Html Css Color HEX #F06F4E Burnt Sienna

📋 copy color: '#F06F4E'

red 240 ◦ green 111 ◦ blue 78

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

Shades of Burnt Sienna #F06F4E

Tints of Burnt Sienna #F06F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.18%

R = 55.94%
G = 25.87%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F06F4E (or 0xF06F4E) is known color: Burnt Sienna. HEX triplet: F0, 6F and 4E. RGB value is (240,111,78). Sum of RGB (Red+Green+Blue) = 240+111+78=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F4E is #0F90B1. Grayscale: #929292. Windows color (decimal): -1020082 or 5140464. OLE color: 5140464.

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

Color convert

RGB 240 111 78 -
CMYK 0 0.54 0.68 0.06
HSL 12.22º 0.84% 0.62% -
HSV(B) 12.22º 0.68% 0.94% -
XYZ 42.99 30.44 10.82 -
YUV 145.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 240 111 78 0 0.54 0.68 0.06 12.22 0.84 0.62
Hex F0 6F 4E 0 36 44 6 C 54 3E
Octal 360 157 116 0 66 104 6 14 124 76
Binary 11110000 1101111 1001110 0 110110 1000100 110 1100 1010100 111110

Color Harmonies of #F06F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F4E

Black with #F06F4E

Text Example


Text Example

White with #F06F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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