Html Css Color HEX #F06E3C Burnt Orange

📋 copy color: '#F06E3C'

red 240 ◦ green 110 ◦ blue 60

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

Shades of Burnt Orange #F06E3C

Tints of Burnt Orange #F06E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 58.54%
G = 26.83%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F06E3C (or 0xF06E3C) is known color: Burnt Orange. HEX triplet: F0, 6E and 3C. RGB value is (240,110,60). Sum of RGB (Red+Green+Blue) = 240+110+60=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06E3C is #0F91C3. Grayscale: #8F8F8F. Windows color (decimal): -1020356 or 3960560. OLE color: 3960560.

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

Color convert

RGB 240 110 60 -
CMYK 0 0.54 0.75 0.06
HSL 16.67º 0.86% 0.59% -
HSV(B) 16.67º 0.75% 0.94% -
XYZ 42.33 30 7.84 -
YUV 143.17 81.07 197.07 -
System Red Green Blue C M Y K H S L
Decimal 240 110 60 0 0.54 0.75 0.06 16.67 0.86 0.59
Hex F0 6E 3C 0 36 4B 6 11 56 3B
Octal 360 156 74 0 66 113 6 21 126 73
Binary 11110000 1101110 111100 0 110110 1001011 110 10001 1010110 111011

Color Harmonies of #F06E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E3C

Black with #F06E3C

Text Example


Text Example

White with #F06E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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