#f16a4c

Color #F16A4C Burnt Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Sienna #F16A4C

Tints of Burnt Sienna #F16A4C

Color information

#F16A4C (or 0xF16A4C) is unknown color: approx Burnt Sienna. HEX triplet: F1, 6A and 4C. RGB value is (241,106,76). Sum of RGB (Red+Green+Blue) = 241+106+76=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A4C is #0E95B3. Grayscale: #8F8F8F. Windows color (decimal): -955828 or 5008113. OLE color: 5008113.

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

Color convert

RGB24110676-
CMYK00.560.680.05
HSL10.91º85.49%62.16%-
HSV(B)10.91º68.46%94.51%-
XYZ42.7329.5310.29-
YUV142.9490.23197.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 76 (30.08% from 255) = 17.97%
R=56.97%
G=25.06%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411067600.560.680.0510.9185.4962.16
HexF16A4C038445b553e
Octal36115211407010451312576
Binary11110001110101010011000111000100010010110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f16a4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f16a4c; }

 p { color: rgb(241,106,76); }

 H1.HeaderClassName
 {
   color: #f16a4c;
 }
 .AnyTagClassName
 {
   color: #f16a4c;
 }
</style>
background-color css

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

 a { background-color: rgb(241,106,76); }

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

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

 span { border-color: rgb(241,106,76); }

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