Html Css Color HEX #F07431 Burnt Orange

📋 copy color: '#F07431'

red 240 ◦ green 116 ◦ blue 49

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

Shades of Burnt Orange #F07431

Tints of Burnt Orange #F07431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

 BLUE value IS 49 (19.53% from 255) = 12.1%

R = 59.26%
G = 28.64%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F07431 (or 0xF07431) is known color: Burnt Orange. HEX triplet: F0, 74 and 31. RGB value is (240,116,49). Sum of RGB (Red+Green+Blue) = 240+116+49=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F07431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07431 is #0F8BCE. Grayscale: #919191. Windows color (decimal): -1018831 or 3241200. OLE color: 3241200.

HSL color Cylindrical-coordinate representation of color #F07431: hue angle of 21.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F07431 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 49 -
CMYK 0 0.52 0.80 0.06
HSL 21.05º 0.86% 0.57% -
HSV(B) 21.05º 0.8% 0.94% -
XYZ 42.73 31.24 6.68 -
YUV 145.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 240 116 49 0 0.52 0.80 0.06 21.05 0.86 0.57
Hex F0 74 31 0 34 50 6 15 56 39
Octal 360 164 61 0 64 120 6 25 126 71
Binary 11110000 1110100 110001 0 110100 1010000 110 10101 1010110 111001

Color Harmonies of #F07431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07431

Black with #F07431

Text Example


Text Example

White with #F07431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07431; }

 p { color: rgb(240,116,49); }

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

background-color css

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

 a { background-color: rgb(240,116,49); }

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

border-color css

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

 span { border-color: rgb(240,116,49); }

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