Html Css Color HEX #F03607 Orange Red

📋 copy color: '#F03607'

red 240 ◦ green 54 ◦ blue 7

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

Shades of Orange Red #F03607

Tints of Orange Red #F03607

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 79.73%
G = 17.94%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F03607 (or 0xF03607) is known color: Orange Red. HEX triplet: F0, 36 and 07. RGB value is (240,54,7). Sum of RGB (Red+Green+Blue) = 240+54+7=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F03607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03607 is #0FC9F8. Grayscale: #686868. Windows color (decimal): -1034745 or 472816. OLE color: 472816.

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

Color convert

RGB 240 54 7 -
CMYK 0 0.78 0.97 0.06
HSL 12.1º 0.94% 0.48% -
HSV(B) 12.1º 0.97% 0.94% -
XYZ 37.29 21.18 2.32 -
YUV 104.26 73.12 224.82 -
System Red Green Blue C M Y K H S L
Decimal 240 54 7 0 0.78 0.97 0.06 12.1 0.94 0.48
Hex F0 36 7 0 4E 61 6 C 5E 30
Octal 360 66 7 0 116 141 6 14 136 60
Binary 11110000 110110 111 0 1001110 1100001 110 1100 1011110 110000

Color Harmonies of #F03607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03607

Black with #F03607

Text Example


Text Example

White with #F03607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03607; }

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

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

background-color css

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

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

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

border-color css

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

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

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