Html Css Color HEX #F06D50 Burnt Sienna

📋 copy color: '#F06D50'

red 240 ◦ green 109 ◦ blue 80

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

Shades of Burnt Sienna #F06D50

Tints of Burnt Sienna #F06D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 55.94%
G = 25.41%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F06D50 (or 0xF06D50) is known color: Burnt Sienna. HEX triplet: F0, 6D and 50. RGB value is (240,109,80). Sum of RGB (Red+Green+Blue) = 240+109+80=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D50 is #0F92AF. Grayscale: #919191. Windows color (decimal): -1020592 or 5271024. OLE color: 5271024.

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

Color convert

RGB 240 109 80 -
CMYK 0 0.55 0.67 0.06
HSL 10.88º 0.84% 0.63% -
HSV(B) 10.88º 0.67% 0.94% -
XYZ 42.85 30.04 11.13 -
YUV 144.86 91.4 195.86 -
System Red Green Blue C M Y K H S L
Decimal 240 109 80 0 0.55 0.67 0.06 10.88 0.84 0.63
Hex F0 6D 50 0 37 43 6 B 54 3F
Octal 360 155 120 0 67 103 6 13 124 77
Binary 11110000 1101101 1010000 0 110111 1000011 110 1011 1010100 111111

Color Harmonies of #F06D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D50

Black with #F06D50

Text Example


Text Example

White with #F06D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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