Html Css Color HEX #F07333 Burnt Orange

📋 copy color: '#F07333'

red 240 ◦ green 115 ◦ blue 51

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

Shades of Burnt Orange #F07333

Tints of Burnt Orange #F07333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.56%

R = 59.11%
G = 28.33%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F07333 (or 0xF07333) is known color: Burnt Orange. HEX triplet: F0, 73 and 33. RGB value is (240,115,51). Sum of RGB (Red+Green+Blue) = 240+115+51=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F07333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07333 is #0F8CCC. Grayscale: #919191. Windows color (decimal): -1019085 or 3372016. OLE color: 3372016.

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

Color convert

RGB 240 115 51 -
CMYK 0 0.52 0.79 0.06
HSL 20.32º 0.86% 0.57% -
HSV(B) 20.32º 0.79% 0.94% -
XYZ 42.66 31.03 6.87 -
YUV 145.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 240 115 51 0 0.52 0.79 0.06 20.32 0.86 0.57
Hex F0 73 33 0 34 4F 6 14 56 39
Octal 360 163 63 0 64 117 6 24 126 71
Binary 11110000 1110011 110011 0 110100 1001111 110 10100 1010110 111001

Color Harmonies of #F07333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07333

Black with #F07333

Text Example


Text Example

White with #F07333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07333; }

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

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

background-color css

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

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

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

border-color css

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

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

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