Html Css Color HEX #F06A49 Burnt Sienna

📋 copy color: '#F06A49'

red 240 ◦ green 106 ◦ blue 73

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

Shades of Burnt Sienna #F06A49

Tints of Burnt Sienna #F06A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.3%

 BLUE value IS 73 (28.91% from 255) = 17.42%

R = 57.28%
G = 25.3%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F06A49 (or 0xF06A49) is known color: Burnt Sienna. HEX triplet: F0, 6A and 49. RGB value is (240,106,73). Sum of RGB (Red+Green+Blue) = 240+106+73=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A49 is #0F95B6. Grayscale: #8E8E8E. Windows color (decimal): -1021367 or 4811504. OLE color: 4811504.

HSL color Cylindrical-coordinate representation of color #F06A49: hue angle of 11.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F06A49 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 106 73 -
CMYK 0 0.56 0.70 0.06
HSL 11.86º 0.85% 0.61% -
HSV(B) 11.86º 0.7% 0.94% -
XYZ 42.29 29.31 9.73 -
YUV 142.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 240 106 73 0 0.56 0.70 0.06 11.86 0.85 0.61
Hex F0 6A 49 0 38 46 6 C 55 3D
Octal 360 152 111 0 70 106 6 14 125 75
Binary 11110000 1101010 1001001 0 111000 1000110 110 1100 1010101 111101

Color Harmonies of #F06A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A49

Black with #F06A49

Text Example


Text Example

White with #F06A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A49; }

 p { color: rgb(240,106,73); }

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

background-color css

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

 a { background-color: rgb(240,106,73); }

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

border-color css

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

 span { border-color: rgb(240,106,73); }

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