Html Css Color HEX #F03706 Orange Red

📋 copy color: '#F03706'

red 240 ◦ green 55 ◦ blue 6

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

Shades of Orange Red #F03706

Tints of Orange Red #F03706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 79.73%
G = 18.27%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F03706 (or 0xF03706) is known color: Orange Red. HEX triplet: F0, 37 and 06. RGB value is (240,55,6). Sum of RGB (Red+Green+Blue) = 240+55+6=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F03706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03706 is #0FC8F9. Grayscale: #696969. Windows color (decimal): -1034490 or 407536. OLE color: 407536.

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

Color convert

RGB 240 55 6 -
CMYK 0 0.77 0.98 0.06
HSL 12.56º 0.95% 0.48% -
HSV(B) 12.56º 0.98% 0.94% -
XYZ 37.33 21.27 2.31 -
YUV 104.73 72.29 224.48 -
System Red Green Blue C M Y K H S L
Decimal 240 55 6 0 0.77 0.98 0.06 12.56 0.95 0.48
Hex F0 37 6 0 4D 62 6 D 5F 30
Octal 360 67 6 0 115 142 6 15 137 60
Binary 11110000 110111 110 0 1001101 1100010 110 1101 1011111 110000

Color Harmonies of #F03706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03706

Black with #F03706

Text Example


Text Example

White with #F03706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03706; }

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

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

background-color css

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

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

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

border-color css

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

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

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