Color Hex Logo

#f96201 Color Hex

#F96201
(249,98,1)
0 Favorites   0 Comments

Color spaces of #f96201

RGB 249981
HSL0.070.990.49
HSV23°100°98°
CMYK 0.000.611.00   0.02
XYZ43.440128.87733.3130
Yxy28.87730.57440.3818
Hunter Lab53.737650.254033.9610
CIE-Lab60.673254.654169.7569

#f96201 color RGB value is (249,98,1).

#f96201 hex color red value is 249, green value is 98 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f96201 hue: 0.07 , saturation: 0.99 and the lightness value of f96201 is 0.49.

The process color (four color CMYK) of #f96201 color hex is 0.00, 0.61, 1.00, 0.02. Web safe color of #f96201 is #ff6600. Color #f96201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 00000001
Octal 371 142 1
Decimal 249 98 1
Hex F9 62 1

RGB Percentages of Color #f96201

%71.55
%28.16
%0.29

CMYK Percentages of Color #f96201

%0
%61
%100
%2

Triadic Colors of #f96201

#f96201 #01f962 #6201f9

Analogous Colors of #f96201

#f96201 #f9de01 #f9011c

Monochromatic Colors of #f96201

#f96201

Complementary Color

#f96201 #0198f9

#f96201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96201 Color CSS Codes

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

#f96201 Text Font Color

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

This sample text font color is #f96201
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.


#f96201 Background Color

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

This div background color is #f96201


#f96201 Border Color

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

This div border color is #f96201


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,98,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 #f96201">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96201

Related Colors


Comments

No comments written yet.

Please login to write comment.