Html Css Color HEX #F03712 Orange Red

📋 copy color: '#F03712'

red 240 ◦ green 55 ◦ blue 18

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

Shades of Orange Red #F03712

Tints of Orange Red #F03712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 76.68%
G = 17.57%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03712 (or 0xF03712) is known color: Orange Red. HEX triplet: F0, 37 and 12. RGB value is (240,55,18). Sum of RGB (Red+Green+Blue) = 240+55+18=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F03712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03712 is #0FC8ED. Grayscale: #6A6A6A. Windows color (decimal): -1034478 or 1193968. OLE color: 1193968.

HSL color Cylindrical-coordinate representation of color #F03712: hue angle of 10º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F03712 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 55 18 -
CMYK 0 0.77 0.92 0.06
HSL 10º 0.88% 0.51% -
HSV(B) 10º 0.93% 0.94% -
XYZ 37.41 21.3 2.71 -
YUV 106.1 78.29 223.51 -
System Red Green Blue C M Y K H S L
Decimal 240 55 18 0 0.77 0.92 0.06 10 0.88 0.51
Hex F0 37 12 0 4D 5C 6 A 58 33
Octal 360 67 22 0 115 134 6 12 130 63
Binary 11110000 110111 10010 0 1001101 1011100 110 1010 1011000 110011

Color Harmonies of #F03712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03712

Black with #F03712

Text Example


Text Example

White with #F03712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03712; }

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

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

background-color css

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

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

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

border-color css

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

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

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