Html Css Color HEX #F06D3C Burnt Orange

📋 copy color: '#F06D3C'

red 240 ◦ green 109 ◦ blue 60

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

Shades of Burnt Orange #F06D3C

Tints of Burnt Orange #F06D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.65%

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

R = 58.68%
G = 26.65%
B = 14.67%

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

#F06D3C (or 0xF06D3C) is known color: Burnt Orange. HEX triplet: F0, 6D and 3C. RGB value is (240,109,60). Sum of RGB (Red+Green+Blue) = 240+109+60=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D3C is #0F92C3. Grayscale: #8E8E8E. Windows color (decimal): -1020612 or 3960304. OLE color: 3960304.

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

Color convert

RGB 240 109 60 -
CMYK 0 0.55 0.75 0.06
HSL 16.33º 0.86% 0.59% -
HSV(B) 16.33º 0.75% 0.94% -
XYZ 42.22 29.79 7.8 -
YUV 142.58 81.4 197.48 -
System Red Green Blue C M Y K H S L
Decimal 240 109 60 0 0.55 0.75 0.06 16.33 0.86 0.59
Hex F0 6D 3C 0 37 4B 6 10 56 3B
Octal 360 155 74 0 67 113 6 20 126 73
Binary 11110000 1101101 111100 0 110111 1001011 110 10000 1010110 111011

Color Harmonies of #F06D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D3C

Black with #F06D3C

Text Example


Text Example

White with #F06D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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