Shades of Sunshade #F3A14D
Tints of Sunshade #F3A14D
RGB
CMYK
RGB Variations
Color information
#F3A14D (or 0xF3A14D) is known color: Sunshade. HEX triplet: F3, A1 and 4D. RGB value is (243,161,77). Sum of RGB (Red+Green+Blue) = 243+161+77=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A14D is #0C5EB2. Grayscale: #B0B0B0. Windows color (decimal): -810675 or 5087731. OLE color: 5087731.
HSL color Cylindrical-coordinate representation of color #F3A14D: hue angle of 30.36º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F3A14D is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 77 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.05 |
| HSL | 30.36º | 0.87% | 0.63% | - |
| HSV(B) | 30.36º | 0.68% | 0.95% | - |
| XYZ | 51.05 | 45.08 | 13.03 | - |
| YUV | 175.94 | 72.17 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 77 | 0 | 0.34 | 0.68 | 0.05 | 30.36 | 0.87 | 0.63 |
| Hex | F3 | A1 | 4D | 0 | 22 | 44 | 5 | 1E | 57 | 3F |
| Octal | 363 | 241 | 115 | 0 | 42 | 104 | 5 | 36 | 127 | 77 |
| Binary | 11110011 | 10100001 | 1001101 | 0 | 100010 | 1000100 | 101 | 11110 | 1010111 | 111111 |
Color Harmonies of #F3A14D
Complementary color
Monochromatic Colors of #F3A14D
Black with #F3A14D
Text Example
Text Example
White with #F3A14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A14D; }
p { color: rgb(243,161,77); }
H1.HeaderClassName
{
color: #F3A14D;
}
.AnyTagClassName
{
color: #F3A14D;
}
</style>
background-color css
<style>
a { background-color: #F3A14D; }
a { background-color: rgb(243,161,77); }
div.DivClassName
{
background-color: #F3A14D;
}
.BgClassName
{
background-color: #F3A14D;
}
</style>
border-color css
<style>
span { border-color: #F3A14D; }
span { border-color: rgb(243,161,77); }
td.TdClassName
{
border-color: #F3A14D;
}
.TagClassName
{
border-color: #F3A14D;
}
</style>