Html Css Color HEX #F06F2C Burnt Orange

📋 copy color: '#F06F2C'

red 240 ◦ green 111 ◦ blue 44

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

Shades of Burnt Orange #F06F2C

Tints of Burnt Orange #F06F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 60.76%
G = 28.1%
B = 11.14%

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

#F06F2C (or 0xF06F2C) is known color: Burnt Orange. HEX triplet: F0, 6F and 2C. RGB value is (240,111,44). Sum of RGB (Red+Green+Blue) = 240+111+44=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F2C is #0F90D3. Grayscale: #8E8E8E. Windows color (decimal): -1020116 or 2912240. OLE color: 2912240.

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

Color convert

RGB 240 111 44 -
CMYK 0 0.54 0.82 0.06
HSL 20.51º 0.87% 0.56% -
HSV(B) 20.51º 0.82% 0.94% -
XYZ 42.07 30.08 5.97 -
YUV 141.93 72.74 197.95 -
System Red Green Blue C M Y K H S L
Decimal 240 111 44 0 0.54 0.82 0.06 20.51 0.87 0.56
Hex F0 6F 2C 0 36 52 6 15 57 38
Octal 360 157 54 0 66 122 6 25 127 70
Binary 11110000 1101111 101100 0 110110 1010010 110 10101 1010111 111000

Color Harmonies of #F06F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F2C

Black with #F06F2C

Text Example


Text Example

White with #F06F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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