Html Css Color HEX #F07331 Burnt Orange

📋 copy color: '#F07331'

red 240 ◦ green 115 ◦ blue 49

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

Shades of Burnt Orange #F07331

Tints of Burnt Orange #F07331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

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

R = 59.41%
G = 28.47%
B = 12.13%

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

#F07331 (or 0xF07331) is known color: Burnt Orange. HEX triplet: F0, 73 and 31. RGB value is (240,115,49). Sum of RGB (Red+Green+Blue) = 240+115+49=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F07331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07331 is #0F8CCE. Grayscale: #919191. Windows color (decimal): -1019087 or 3240944. OLE color: 3240944.

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

Color convert

RGB 240 115 49 -
CMYK 0 0.52 0.80 0.06
HSL 20.73º 0.86% 0.57% -
HSV(B) 20.73º 0.8% 0.94% -
XYZ 42.62 31.01 6.64 -
YUV 144.85 73.91 195.87 -
System Red Green Blue C M Y K H S L
Decimal 240 115 49 0 0.52 0.80 0.06 20.73 0.86 0.57
Hex F0 73 31 0 34 50 6 15 56 39
Octal 360 163 61 0 64 120 6 25 126 71
Binary 11110000 1110011 110001 0 110100 1010000 110 10101 1010110 111001

Color Harmonies of #F07331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07331

Black with #F07331

Text Example


Text Example

White with #F07331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07331; }

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

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

background-color css

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

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

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

border-color css

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

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

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