Html Css Color HEX #F06D52 Burnt Sienna

📋 copy color: '#F06D52'

red 240 ◦ green 109 ◦ blue 82

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

Shades of Burnt Sienna #F06D52

Tints of Burnt Sienna #F06D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 55.68%
G = 25.29%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F06D52 (or 0xF06D52) is known color: Burnt Sienna. HEX triplet: F0, 6D and 52. RGB value is (240,109,82). Sum of RGB (Red+Green+Blue) = 240+109+82=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D52 is #0F92AD. Grayscale: #919191. Windows color (decimal): -1020590 or 5402096. OLE color: 5402096.

HSL color Cylindrical-coordinate representation of color #F06D52: hue angle of 10.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F06D52 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 109 82 -
CMYK 0 0.55 0.66 0.06
HSL 10.25º 0.84% 0.63% -
HSV(B) 10.25º 0.66% 0.94% -
XYZ 42.93 30.07 11.52 -
YUV 145.09 92.4 195.7 -
System Red Green Blue C M Y K H S L
Decimal 240 109 82 0 0.55 0.66 0.06 10.25 0.84 0.63
Hex F0 6D 52 0 37 42 6 A 54 3F
Octal 360 155 122 0 67 102 6 12 124 77
Binary 11110000 1101101 1010010 0 110111 1000010 110 1010 1010100 111111

Color Harmonies of #F06D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D52

Black with #F06D52

Text Example


Text Example

White with #F06D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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