Html Css Color HEX #F94008 Orange Red

📋 copy color: '#F94008'

red 249 ◦ green 64 ◦ blue 8

#F94008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F94008

Tints of Orange Red #F94008

RGB

 RED value IS 249 (97.66% from 255) = 77.57%

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 77.57%
G = 19.94%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F94008 (or 0xF94008) is known color: Orange Red. HEX triplet: F9, 40 and 08. RGB value is (249,64,8). Sum of RGB (Red+Green+Blue) = 249+64+8=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F94008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94008 is #06BFF7. Grayscale: #717171. Windows color (decimal): -442360 or 540921. OLE color: 540921.

HSL color Cylindrical-coordinate representation of color #F94008: hue angle of 13.94º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F94008 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 8 -
CMYK 0 0.74 0.97 0.02
HSL 13.94º 0.95% 0.5% -
HSV(B) 13.94º 0.97% 0.98% -
XYZ 40.94 23.82 2.67 -
YUV 112.93 68.79 225.05 -
System Red Green Blue C M Y K H S L
Decimal 249 64 8 0 0.74 0.97 0.02 13.94 0.95 0.5
Hex F9 40 8 0 4A 61 2 E 5F 32
Octal 371 100 10 0 112 141 2 16 137 62
Binary 11111001 1000000 1000 0 1001010 1100001 10 1110 1011111 110010

Color Harmonies of #F94008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94008

Black with #F94008

Text Example


Text Example

White with #F94008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94008; }

 p { color: rgb(249,64,8); }

 H1.HeaderClassName
 {
   color: #F94008;
 }
 .AnyTagClassName
 {
   color: #F94008;
 }
</style>

background-color css

<style>
 a { background-color: #F94008; }

 a { background-color: rgb(249,64,8); }

 div.DivClassName
 {
   background-color: #F94008;
 }
 .BgClassName
 {
   background-color: #F94008;
 }
</style>

border-color css

<style>
 span { border-color: #F94008; }

 span { border-color: rgb(249,64,8); }

 td.TdClassName
 {
   border-color: #F94008;
 }
 .TagClassName
 {
   border-color: #F94008;
 }
</style>