Html Css Color HEX #F03707 Orange Red

📋 copy color: '#F03707'

red 240 ◦ green 55 ◦ blue 7

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

Shades of Orange Red #F03707

Tints of Orange Red #F03707

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

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

R = 79.47%
G = 18.21%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F03707 (or 0xF03707) is known color: Orange Red. HEX triplet: F0, 37 and 07. RGB value is (240,55,7). Sum of RGB (Red+Green+Blue) = 240+55+7=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F03707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03707 is #0FC8F8. Grayscale: #696969. Windows color (decimal): -1034489 or 473072. OLE color: 473072.

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

Color convert

RGB 240 55 7 -
CMYK 0 0.77 0.97 0.06
HSL 12.36º 0.94% 0.48% -
HSV(B) 12.36º 0.97% 0.94% -
XYZ 37.34 21.27 2.34 -
YUV 104.84 72.79 224.4 -
System Red Green Blue C M Y K H S L
Decimal 240 55 7 0 0.77 0.97 0.06 12.36 0.94 0.48
Hex F0 37 7 0 4D 61 6 C 5E 30
Octal 360 67 7 0 115 141 6 14 136 60
Binary 11110000 110111 111 0 1001101 1100001 110 1100 1011110 110000

Color Harmonies of #F03707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03707

Black with #F03707

Text Example


Text Example

White with #F03707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03707; }

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

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

background-color css

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

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

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

border-color css

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

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

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