Html Css Color HEX #F0712A Burnt Orange

📋 copy color: '#F0712A'

red 240 ◦ green 113 ◦ blue 42

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

Shades of Burnt Orange #F0712A

Tints of Burnt Orange #F0712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 60.76%
G = 28.61%
B = 10.63%

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

#F0712A (or 0xF0712A) is known color: Burnt Orange. HEX triplet: F0, 71 and 2A. RGB value is (240,113,42). Sum of RGB (Red+Green+Blue) = 240+113+42=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0712A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0712A is #0F8ED5. Grayscale: #8F8F8F. Windows color (decimal): -1019606 or 2781680. OLE color: 2781680.

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

Color convert

RGB 240 113 42 -
CMYK 0 0.53 0.82 0.06
HSL 21.52º 0.87% 0.55% -
HSV(B) 21.52º 0.83% 0.94% -
XYZ 42.26 30.5 5.85 -
YUV 142.88 71.08 197.27 -
System Red Green Blue C M Y K H S L
Decimal 240 113 42 0 0.53 0.82 0.06 21.52 0.87 0.55
Hex F0 71 2A 0 35 52 6 16 57 37
Octal 360 161 52 0 65 122 6 26 127 67
Binary 11110000 1110001 101010 0 110101 1010010 110 10110 1010111 110111

Color Harmonies of #F0712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0712A

Black with #F0712A

Text Example


Text Example

White with #F0712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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