Html Css Color HEX #F94908 Orange Red

📋 copy color: '#F94908'

red 249 ◦ green 73 ◦ blue 8

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

Shades of Orange Red #F94908

Tints of Orange Red #F94908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

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

R = 75.45%
G = 22.12%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F94908 (or 0xF94908) is known color: Orange Red. HEX triplet: F9, 49 and 08. RGB value is (249,73,8). Sum of RGB (Red+Green+Blue) = 249+73+8=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F94908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94908 is #06B6F7. Grayscale: #767676. Windows color (decimal): -440056 or 543225. OLE color: 543225.

HSL color Cylindrical-coordinate representation of color #F94908: hue angle of 16.18º 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 #F94908 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 73 8 -
CMYK 0 0.71 0.97 0.02
HSL 16.18º 0.95% 0.5% -
HSV(B) 16.18º 0.97% 0.98% -
XYZ 41.49 24.92 2.85 -
YUV 118.21 65.81 221.29 -
System Red Green Blue C M Y K H S L
Decimal 249 73 8 0 0.71 0.97 0.02 16.18 0.95 0.5
Hex F9 49 8 0 47 61 2 10 5F 32
Octal 371 111 10 0 107 141 2 20 137 62
Binary 11111001 1001001 1000 0 1000111 1100001 10 10000 1011111 110010

Color Harmonies of #F94908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94908

Black with #F94908

Text Example


Text Example

White with #F94908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94908; }

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

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

background-color css

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

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

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

border-color css

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

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

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