Shades of Sunshade #FC9A42
Tints of Sunshade #FC9A42
RGB
CMYK
RGB Variations
Color information
#FC9A42 (or 0xFC9A42) is known color: Sunshade. HEX triplet: FC, 9A and 42. RGB value is (252,154,66). Sum of RGB (Red+Green+Blue) = 252+154+66=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9A42 is #0365BD. Grayscale: #ADADAD. Windows color (decimal): -222654 or 4365052. OLE color: 4365052.
HSL color Cylindrical-coordinate representation of color #FC9A42: hue angle of 28.39º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC9A42 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 66 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.01 |
| HSL | 28.39º | 0.97% | 0.62% | - |
| HSV(B) | 28.39º | 0.74% | 0.99% | - |
| XYZ | 52.68 | 44.2 | 10.91 | - |
| YUV | 173.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 66 | 0 | 0.39 | 0.74 | 0.01 | 28.39 | 0.97 | 0.62 |
| Hex | FC | 9A | 42 | 0 | 27 | 4A | 1 | 1C | 61 | 3E |
| Octal | 374 | 232 | 102 | 0 | 47 | 112 | 1 | 34 | 141 | 76 |
| Binary | 11111100 | 10011010 | 1000010 | 0 | 100111 | 1001010 | 1 | 11100 | 1100001 | 111110 |
Color Harmonies of #FC9A42
Complementary color
Monochromatic Colors of #FC9A42
Black with #FC9A42
Text Example
Text Example
White with #FC9A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A42; }
p { color: rgb(252,154,66); }
H1.HeaderClassName
{
color: #FC9A42;
}
.AnyTagClassName
{
color: #FC9A42;
}
</style>
background-color css
<style>
a { background-color: #FC9A42; }
a { background-color: rgb(252,154,66); }
div.DivClassName
{
background-color: #FC9A42;
}
.BgClassName
{
background-color: #FC9A42;
}
</style>
border-color css
<style>
span { border-color: #FC9A42; }
span { border-color: rgb(252,154,66); }
td.TdClassName
{
border-color: #FC9A42;
}
.TagClassName
{
border-color: #FC9A42;
}
</style>