Html Css Color HEX #F0712B Burnt Orange

📋 copy color: '#F0712B'

red 240 ◦ green 113 ◦ blue 43

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

Shades of Burnt Orange #F0712B

Tints of Burnt Orange #F0712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.86%

R = 60.61%
G = 28.54%
B = 10.86%

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

#F0712B (or 0xF0712B) is known color: Burnt Orange. HEX triplet: F0, 71 and 2B. RGB value is (240,113,43). Sum of RGB (Red+Green+Blue) = 240+113+43=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0712B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0712B is #0F8ED4. Grayscale: #8F8F8F. Windows color (decimal): -1019605 or 2847216. OLE color: 2847216.

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

Color convert

RGB 240 113 43 -
CMYK 0 0.53 0.82 0.06
HSL 21.32º 0.87% 0.55% -
HSV(B) 21.32º 0.82% 0.94% -
XYZ 42.28 30.51 5.95 -
YUV 142.99 71.58 197.19 -
System Red Green Blue C M Y K H S L
Decimal 240 113 43 0 0.53 0.82 0.06 21.32 0.87 0.55
Hex F0 71 2B 0 35 52 6 15 57 37
Octal 360 161 53 0 65 122 6 25 127 67
Binary 11110000 1110001 101011 0 110101 1010010 110 10101 1010111 110111

Color Harmonies of #F0712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0712B

Black with #F0712B

Text Example


Text Example

White with #F0712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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