Html Css Color HEX #F16C50 Burnt Sienna

📋 copy color: '#F16C50'

red 241 ◦ green 108 ◦ blue 80

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

Shades of Burnt Sienna #F16C50

Tints of Burnt Sienna #F16C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

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

R = 56.18%
G = 25.17%
B = 18.65%

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

#F16C50 (or 0xF16C50) is known color: Burnt Sienna. HEX triplet: F1, 6C and 50. RGB value is (241,108,80). Sum of RGB (Red+Green+Blue) = 241+108+80=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C50 is #0E93AF. Grayscale: #909090. Windows color (decimal): -955312 or 5270769. OLE color: 5270769.

HSL color Cylindrical-coordinate representation of color #F16C50: hue angle of 10.43º 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 #F16C50 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 108 80 -
CMYK 0 0.55 0.67 0.05
HSL 10.43º 0.85% 0.63% -
HSV(B) 10.43º 0.67% 0.95% -
XYZ 43.09 30.01 11.11 -
YUV 144.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 241 108 80 0 0.55 0.67 0.05 10.43 0.85 0.63
Hex F1 6C 50 0 37 43 5 A 55 3F
Octal 361 154 120 0 67 103 5 12 125 77
Binary 11110001 1101100 1010000 0 110111 1000011 101 1010 1010101 111111

Color Harmonies of #F16C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C50

Black with #F16C50

Text Example


Text Example

White with #F16C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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