Html Css Color HEX #F06F2E Burnt Orange

📋 copy color: '#F06F2E'

red 240 ◦ green 111 ◦ blue 46

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

Shades of Burnt Orange #F06F2E

Tints of Burnt Orange #F06F2E

RGB

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

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

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

R = 60.45%
G = 27.96%
B = 11.59%

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

#F06F2E (or 0xF06F2E) is known color: Burnt Orange. HEX triplet: F0, 6F and 2E. RGB value is (240,111,46). Sum of RGB (Red+Green+Blue) = 240+111+46=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F2E is #0F90D1. Grayscale: #8E8E8E. Windows color (decimal): -1020114 or 3043312. OLE color: 3043312.

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

Color convert

RGB 240 111 46 -
CMYK 0 0.54 0.81 0.06
HSL 20.1º 0.87% 0.56% -
HSV(B) 20.1º 0.81% 0.94% -
XYZ 42.11 30.09 6.17 -
YUV 142.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 240 111 46 0 0.54 0.81 0.06 20.1 0.87 0.56
Hex F0 6F 2E 0 36 51 6 14 57 38
Octal 360 157 56 0 66 121 6 24 127 70
Binary 11110000 1101111 101110 0 110110 1010001 110 10100 1010111 111000

Color Harmonies of #F06F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F2E

Black with #F06F2E

Text Example


Text Example

White with #F06F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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