Html Css Color HEX #F04807 Orange Red

📋 copy color: '#F04807'

red 240 ◦ green 72 ◦ blue 7

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

Shades of Orange Red #F04807

Tints of Orange Red #F04807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 75.24%
G = 22.57%
B = 2.19%

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

#F04807 (or 0xF04807) is known color: Orange Red. HEX triplet: F0, 48 and 07. RGB value is (240,72,7). Sum of RGB (Red+Green+Blue) = 240+72+7=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F04807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04807 is #0FB7F8. Grayscale: #737373. Windows color (decimal): -1030137 or 477424. OLE color: 477424.

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

Color convert

RGB 240 72 7 -
CMYK 0 0.7 0.97 0.06
HSL 16.74º 0.94% 0.48% -
HSV(B) 16.74º 0.97% 0.94% -
XYZ 38.29 23.18 2.66 -
YUV 114.82 67.16 217.29 -
System Red Green Blue C M Y K H S L
Decimal 240 72 7 0 0.7 0.97 0.06 16.74 0.94 0.48
Hex F0 48 7 0 46 61 6 11 5E 30
Octal 360 110 7 0 106 141 6 21 136 60
Binary 11110000 1001000 111 0 1000110 1100001 110 10001 1011110 110000

Color Harmonies of #F04807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04807

Black with #F04807

Text Example


Text Example

White with #F04807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04807; }

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

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

background-color css

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

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

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

border-color css

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

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

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