Color Hex Logo

#f27201 Color Hex

#F27201
(242,114,1)
0 Favorites   0 Comments

Color spaces of #f27201

RGB 2421141
HSL0.080.990.48
HSV28°100°95°
CMYK 0.000.531.00   0.05
XYZ42.640730.91413.7483
Yxy30.91410.55160.3999
Hunter Lab55.600439.593234.9233
CIE-Lab62.435144.682770.1717

#f27201 color RGB value is (242,114,1).

#f27201 hex color red value is 242, green value is 114 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f27201 hue: 0.08 , saturation: 0.99 and the lightness value of f27201 is 0.48.

The process color (four color CMYK) of #f27201 color hex is 0.00, 0.53, 1.00, 0.05. Web safe color of #f27201 is #ff6600. Color #f27201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110010 00000001
Octal 362 162 1
Decimal 242 114 1
Hex F2 72 1

RGB Percentages of Color #f27201

%67.79
%31.93
%0.28

CMYK Percentages of Color #f27201

%0
%53
%100
%5

Triadic Colors of #f27201

#f27201 #01f272 #7201f2

Analogous Colors of #f27201

#f27201 #f2eb01 #f20108

Monochromatic Colors of #f27201

#f27201

Complementary Color

#f27201 #0181f2

#f27201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27201 Color CSS Codes

.mybgcolor {background-color:#f27201; } 
.myforecolor {color:#f27201; }
.mybordercolor {border:3px solid #f27201; }

#f27201 Text Font Color

<p style="color:#f27201">Text here</p>

This sample text font color is #f27201
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f27201 Background Color

<div style="background-color:#f27201">
Div content here</div>

This div background color is #f27201


#f27201 Border Color

<div style="border:3px solid #f27201">
Div here</div>

This div border color is #f27201


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,114,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f27201; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f27201;
  -webkit-box-shadow: 1px 1px 3px 2px #f27201;
  box-shadow:         1px 1px 3px 2px #f27201; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,114,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f27201">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f27201;
  -webkit-box-shadow: 1px 1px 3px 2px #f27201;
  box-shadow:         1px 1px 3px 2px #f27201;">
Div content here</div>

This div box has shadow with color #f27201


Comments

No comments written yet.

Please login to write comment.