Shades of Sunshade #FC9242
Tints of Sunshade #FC9242
RGB
CMYK
RGB Variations
Color information
#FC9242 (or 0xFC9242) is known color: Sunshade. HEX triplet: FC, 92 and 42. RGB value is (252,146,66). Sum of RGB (Red+Green+Blue) = 252+146+66=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9242 is #036DBD. Grayscale: #A9A9A9. Windows color (decimal): -224702 or 4363004. OLE color: 4363004.
HSL color Cylindrical-coordinate representation of color #FC9242: hue angle of 25.81º 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 #FC9242 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 66 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.01 |
| HSL | 25.81º | 0.97% | 0.62% | - |
| HSV(B) | 25.81º | 0.74% | 0.99% | - |
| XYZ | 51.41 | 41.65 | 10.48 | - |
| YUV | 168.57 | 70.12 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 66 | 0 | 0.42 | 0.74 | 0.01 | 25.81 | 0.97 | 0.62 |
| Hex | FC | 92 | 42 | 0 | 2A | 4A | 1 | 1A | 61 | 3E |
| Octal | 374 | 222 | 102 | 0 | 52 | 112 | 1 | 32 | 141 | 76 |
| Binary | 11111100 | 10010010 | 1000010 | 0 | 101010 | 1001010 | 1 | 11010 | 1100001 | 111110 |
Color Harmonies of #FC9242
Complementary color
Monochromatic Colors of #FC9242
Black with #FC9242
Text Example
Text Example
White with #FC9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9242; }
p { color: rgb(252,146,66); }
H1.HeaderClassName
{
color: #FC9242;
}
.AnyTagClassName
{
color: #FC9242;
}
</style>
background-color css
<style>
a { background-color: #FC9242; }
a { background-color: rgb(252,146,66); }
div.DivClassName
{
background-color: #FC9242;
}
.BgClassName
{
background-color: #FC9242;
}
</style>
border-color css
<style>
span { border-color: #FC9242; }
span { border-color: rgb(252,146,66); }
td.TdClassName
{
border-color: #FC9242;
}
.TagClassName
{
border-color: #FC9242;
}
</style>