Html Css Color HEX #F16D50 Burnt Sienna

📋 copy color: '#F16D50'

red 241 ◦ green 109 ◦ blue 80

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

Shades of Burnt Sienna #F16D50

Tints of Burnt Sienna #F16D50

RGB

 RED value IS 241 (94.53% from 255) = 56.05%

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

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

R = 56.05%
G = 25.35%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F16D50 (or 0xF16D50) is known color: Burnt Sienna. HEX triplet: F1, 6D and 50. RGB value is (241,109,80). Sum of RGB (Red+Green+Blue) = 241+109+80=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D50 is #0E92AF. Grayscale: #919191. Windows color (decimal): -955056 or 5271025. OLE color: 5271025.

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

Color convert

RGB 241 109 80 -
CMYK 0 0.55 0.67 0.05
HSL 10.81º 0.85% 0.63% -
HSV(B) 10.81º 0.67% 0.95% -
XYZ 43.19 30.22 11.15 -
YUV 145.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 241 109 80 0 0.55 0.67 0.05 10.81 0.85 0.63
Hex F1 6D 50 0 37 43 5 B 55 3F
Octal 361 155 120 0 67 103 5 13 125 77
Binary 11110001 1101101 1010000 0 110111 1000011 101 1011 1010101 111111

Color Harmonies of #F16D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D50

Black with #F16D50

Text Example


Text Example

White with #F16D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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