Html Css Color HEX #F06F42 Burnt Sienna

📋 copy color: '#F06F42'

red 240 ◦ green 111 ◦ blue 66

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

Shades of Burnt Sienna #F06F42

Tints of Burnt Sienna #F06F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.83%

R = 57.55%
G = 26.62%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F06F42 (or 0xF06F42) is known color: Burnt Sienna. HEX triplet: F0, 6F and 42. RGB value is (240,111,66). Sum of RGB (Red+Green+Blue) = 240+111+66=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F42 is #0F90BD. Grayscale: #909090. Windows color (decimal): -1020094 or 4354032. OLE color: 4354032.

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

Color convert

RGB 240 111 66 -
CMYK 0 0.54 0.72 0.06
HSL 15.52º 0.85% 0.6% -
HSV(B) 15.52º 0.73% 0.94% -
XYZ 42.6 30.29 8.75 -
YUV 144.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 240 111 66 0 0.54 0.72 0.06 15.52 0.85 0.6
Hex F0 6F 42 0 36 48 6 10 55 3C
Octal 360 157 102 0 66 110 6 20 125 74
Binary 11110000 1101111 1000010 0 110110 1001000 110 10000 1010101 111100

Color Harmonies of #F06F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F42

Black with #F06F42

Text Example


Text Example

White with #F06F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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