Html Css Color HEX #F04908 Orange Red

📋 copy color: '#F04908'

red 240 ◦ green 73 ◦ blue 8

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

Shades of Orange Red #F04908

Tints of Orange Red #F04908

RGB

 RED value IS 240 (94.14% from 255) = 74.77%

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

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

R = 74.77%
G = 22.74%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F04908 (or 0xF04908) is known color: Orange Red. HEX triplet: F0, 49 and 08. RGB value is (240,73,8). Sum of RGB (Red+Green+Blue) = 240+73+8=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F04908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04908 is #0FB6F7. Grayscale: #737373. Windows color (decimal): -1029880 or 543216. OLE color: 543216.

HSL color Cylindrical-coordinate representation of color #F04908: hue angle of 16.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F04908 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 8 -
CMYK 0 0.70 0.97 0.06
HSL 16.81º 0.94% 0.49% -
HSV(B) 16.81º 0.97% 0.94% -
XYZ 38.36 23.31 2.71 -
YUV 115.52 67.33 216.79 -
System Red Green Blue C M Y K H S L
Decimal 240 73 8 0 0.70 0.97 0.06 16.81 0.94 0.49
Hex F0 49 8 0 46 61 6 11 5E 31
Octal 360 111 10 0 106 141 6 21 136 61
Binary 11110000 1001001 1000 0 1000110 1100001 110 10001 1011110 110001

Color Harmonies of #F04908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04908

Black with #F04908

Text Example


Text Example

White with #F04908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04908; }

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

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

background-color css

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

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

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

border-color css

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

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

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