Html Css Color HEX #F06C3C Burnt Orange

📋 copy color: '#F06C3C'

red 240 ◦ green 108 ◦ blue 60

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

Shades of Burnt Orange #F06C3C

Tints of Burnt Orange #F06C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.47%

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

R = 58.82%
G = 26.47%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F06C3C (or 0xF06C3C) is known color: Burnt Orange. HEX triplet: F0, 6C and 3C. RGB value is (240,108,60). Sum of RGB (Red+Green+Blue) = 240+108+60=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06C3C is #0F93C3. Grayscale: #8E8E8E. Windows color (decimal): -1020868 or 3960048. OLE color: 3960048.

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

Color convert

RGB 240 108 60 -
CMYK 0 0.55 0.75 0.06
HSL 16º 0.86% 0.59% -
HSV(B) 16º 0.75% 0.94% -
XYZ 42.11 29.58 7.76 -
YUV 142 81.73 197.9 -
System Red Green Blue C M Y K H S L
Decimal 240 108 60 0 0.55 0.75 0.06 16 0.86 0.59
Hex F0 6C 3C 0 37 4B 6 10 56 3B
Octal 360 154 74 0 67 113 6 20 126 73
Binary 11110000 1101100 111100 0 110111 1001011 110 10000 1010110 111011

Color Harmonies of #F06C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C3C

Black with #F06C3C

Text Example


Text Example

White with #F06C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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