Html Css Color HEX #F04808 Orange Red

📋 copy color: '#F04808'

red 240 ◦ green 72 ◦ blue 8

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

Shades of Orange Red #F04808

Tints of Orange Red #F04808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

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

R = 75%
G = 22.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F04808 (or 0xF04808) is known color: Orange Red. HEX triplet: F0, 48 and 08. RGB value is (240,72,8). Sum of RGB (Red+Green+Blue) = 240+72+8=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F04808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04808 is #0FB7F7. Grayscale: #737373. Windows color (decimal): -1030136 or 542960. OLE color: 542960.

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

Color convert

RGB 240 72 8 -
CMYK 0 0.7 0.97 0.06
HSL 16.55º 0.94% 0.49% -
HSV(B) 16.55º 0.97% 0.94% -
XYZ 38.3 23.18 2.68 -
YUV 114.94 67.66 217.2 -
System Red Green Blue C M Y K H S L
Decimal 240 72 8 0 0.7 0.97 0.06 16.55 0.94 0.49
Hex F0 48 8 0 46 61 6 11 5E 31
Octal 360 110 10 0 106 141 6 21 136 61
Binary 11110000 1001000 1000 0 1000110 1100001 110 10001 1011110 110001

Color Harmonies of #F04808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04808

Black with #F04808

Text Example


Text Example

White with #F04808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04808; }

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

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

background-color css

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

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

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

border-color css

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

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

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