Shades of Sunshade #F3A14C
Tints of Sunshade #F3A14C
RGB
CMYK
RGB Variations
Color information
#F3A14C (or 0xF3A14C) is known color: Sunshade. HEX triplet: F3, A1 and 4C. RGB value is (243,161,76). Sum of RGB (Red+Green+Blue) = 243+161+76=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A14C is #0C5EB3. Grayscale: #B0B0B0. Windows color (decimal): -810676 or 5022195. OLE color: 5022195.
HSL color Cylindrical-coordinate representation of color #F3A14C: hue angle of 30.54º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F3A14C is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 76 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.05 |
| HSL | 30.54º | 0.87% | 0.63% | - |
| HSV(B) | 30.54º | 0.69% | 0.95% | - |
| XYZ | 51.01 | 45.07 | 12.85 | - |
| YUV | 175.83 | 71.67 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 76 | 0 | 0.34 | 0.69 | 0.05 | 30.54 | 0.87 | 0.63 |
| Hex | F3 | A1 | 4C | 0 | 22 | 45 | 5 | 1F | 57 | 3F |
| Octal | 363 | 241 | 114 | 0 | 42 | 105 | 5 | 37 | 127 | 77 |
| Binary | 11110011 | 10100001 | 1001100 | 0 | 100010 | 1000101 | 101 | 11111 | 1010111 | 111111 |
Color Harmonies of #F3A14C
Complementary color
Monochromatic Colors of #F3A14C
Black with #F3A14C
Text Example
Text Example
White with #F3A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A14C; }
p { color: rgb(243,161,76); }
H1.HeaderClassName
{
color: #F3A14C;
}
.AnyTagClassName
{
color: #F3A14C;
}
</style>
background-color css
<style>
a { background-color: #F3A14C; }
a { background-color: rgb(243,161,76); }
div.DivClassName
{
background-color: #F3A14C;
}
.BgClassName
{
background-color: #F3A14C;
}
</style>
border-color css
<style>
span { border-color: #F3A14C; }
span { border-color: rgb(243,161,76); }
td.TdClassName
{
border-color: #F3A14C;
}
.TagClassName
{
border-color: #F3A14C;
}
</style>