Html Css Color HEX #F06F2B Burnt Orange

📋 copy color: '#F06F2B'

red 240 ◦ green 111 ◦ blue 43

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

Shades of Burnt Orange #F06F2B

Tints of Burnt Orange #F06F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 60.91%
G = 28.17%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F06F2B (or 0xF06F2B) is known color: Burnt Orange. HEX triplet: F0, 6F and 2B. RGB value is (240,111,43). Sum of RGB (Red+Green+Blue) = 240+111+43=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F2B is #0F90D4. Grayscale: #8E8E8E. Windows color (decimal): -1020117 or 2846704. OLE color: 2846704.

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

Color convert

RGB 240 111 43 -
CMYK 0 0.54 0.82 0.06
HSL 20.71º 0.87% 0.55% -
HSV(B) 20.71º 0.82% 0.94% -
XYZ 42.06 30.07 5.87 -
YUV 141.82 72.24 198.03 -
System Red Green Blue C M Y K H S L
Decimal 240 111 43 0 0.54 0.82 0.06 20.71 0.87 0.55
Hex F0 6F 2B 0 36 52 6 15 57 37
Octal 360 157 53 0 66 122 6 25 127 67
Binary 11110000 1101111 101011 0 110110 1010010 110 10101 1010111 110111

Color Harmonies of #F06F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F2B

Black with #F06F2B

Text Example


Text Example

White with #F06F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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