Html Css Color HEX #F0712C Burnt Orange

📋 copy color: '#F0712C'

red 240 ◦ green 113 ◦ blue 44

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

Shades of Burnt Orange #F0712C

Tints of Burnt Orange #F0712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 44 (17.58% from 255) = 11.08%

R = 60.45%
G = 28.46%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0712C (or 0xF0712C) is known color: Burnt Orange. HEX triplet: F0, 71 and 2C. RGB value is (240,113,44). Sum of RGB (Red+Green+Blue) = 240+113+44=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0712C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0712C is #0F8ED3. Grayscale: #8F8F8F. Windows color (decimal): -1019604 or 2912752. OLE color: 2912752.

HSL color Cylindrical-coordinate representation of color #F0712C: hue angle of 21.12º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0712C is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 44 -
CMYK 0 0.53 0.82 0.06
HSL 21.12º 0.87% 0.56% -
HSV(B) 21.12º 0.82% 0.94% -
XYZ 42.29 30.52 6.04 -
YUV 143.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 240 113 44 0 0.53 0.82 0.06 21.12 0.87 0.56
Hex F0 71 2C 0 35 52 6 15 57 38
Octal 360 161 54 0 65 122 6 25 127 70
Binary 11110000 1110001 101100 0 110101 1010010 110 10101 1010111 111000

Color Harmonies of #F0712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0712C

Black with #F0712C

Text Example


Text Example

White with #F0712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0712C; }

 p { color: rgb(240,113,44); }

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

background-color css

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

 a { background-color: rgb(240,113,44); }

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

border-color css

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

 span { border-color: rgb(240,113,44); }

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