Html Css Color HEX #F06E2E Burnt Orange

📋 copy color: '#F06E2E'

red 240 ◦ green 110 ◦ blue 46

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

Shades of Burnt Orange #F06E2E

Tints of Burnt Orange #F06E2E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.78%

 BLUE value IS 46 (18.36% from 255) = 11.62%

R = 60.61%
G = 27.78%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F06E2E (or 0xF06E2E) is known color: Burnt Orange. HEX triplet: F0, 6E and 2E. RGB value is (240,110,46). Sum of RGB (Red+Green+Blue) = 240+110+46=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06E2E is #0F91D1. Grayscale: #8D8D8D. Windows color (decimal): -1020370 or 3043056. OLE color: 3043056.

HSL color Cylindrical-coordinate representation of color #F06E2E: hue angle of 19.79º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F06E2E is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 110 46 -
CMYK 0 0.54 0.81 0.06
HSL 19.79º 0.87% 0.56% -
HSV(B) 19.79º 0.81% 0.94% -
XYZ 42 29.87 6.14 -
YUV 141.57 74.07 198.2 -
System Red Green Blue C M Y K H S L
Decimal 240 110 46 0 0.54 0.81 0.06 19.79 0.87 0.56
Hex F0 6E 2E 0 36 51 6 14 57 38
Octal 360 156 56 0 66 121 6 24 127 70
Binary 11110000 1101110 101110 0 110110 1010001 110 10100 1010111 111000

Color Harmonies of #F06E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E2E

Black with #F06E2E

Text Example


Text Example

White with #F06E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E2E; }

 p { color: rgb(240,110,46); }

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

background-color css

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

 a { background-color: rgb(240,110,46); }

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

border-color css

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

 span { border-color: rgb(240,110,46); }

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