Html Css Color HEX #F06F56 Burnt Sienna

📋 copy color: '#F06F56'

red 240 ◦ green 111 ◦ blue 86

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

Shades of Burnt Sienna #F06F56

Tints of Burnt Sienna #F06F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.4%

 BLUE value IS 86 (33.98% from 255) = 19.68%

R = 54.92%
G = 25.4%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F06F56 (or 0xF06F56) is known color: Burnt Sienna. HEX triplet: F0, 6F and 56. RGB value is (240,111,86). Sum of RGB (Red+Green+Blue) = 240+111+86=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F56 is #0F90A9. Grayscale: #929292. Windows color (decimal): -1020074 or 5664752. OLE color: 5664752.

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

Color convert

RGB 240 111 86 -
CMYK 0 0.54 0.64 0.06
HSL 9.74º 0.84% 0.64% -
HSV(B) 9.74º 0.64% 0.94% -
XYZ 43.3 30.57 12.42 -
YUV 146.72 93.74 194.53 -
System Red Green Blue C M Y K H S L
Decimal 240 111 86 0 0.54 0.64 0.06 9.74 0.84 0.64
Hex F0 6F 56 0 36 40 6 A 54 40
Octal 360 157 126 0 66 100 6 12 124 100
Binary 11110000 1101111 1010110 0 110110 1000000 110 1010 1010100 1000000

Color Harmonies of #F06F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F56

Black with #F06F56

Text Example


Text Example

White with #F06F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F56; }

 p { color: rgb(240,111,86); }

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

background-color css

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

 a { background-color: rgb(240,111,86); }

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

border-color css

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

 span { border-color: rgb(240,111,86); }

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