Shades of Sunshade #FC9250
Tints of Sunshade #FC9250
RGB
CMYK
RGB Variations
Color information
#FC9250 (or 0xFC9250) is known color: Sunshade. HEX triplet: FC, 92 and 50. RGB value is (252,146,80). Sum of RGB (Red+Green+Blue) = 252+146+80=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9250 is #036DAF. Grayscale: #AAAAAA. Windows color (decimal): -224688 or 5280508. OLE color: 5280508.
HSL color Cylindrical-coordinate representation of color #FC9250: hue angle of 23.02º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC9250 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 80 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.01 |
| HSL | 23.02º | 0.97% | 0.65% | - |
| HSV(B) | 23.02º | 0.68% | 0.99% | - |
| XYZ | 51.87 | 41.83 | 12.93 | - |
| YUV | 170.17 | 77.12 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 80 | 0 | 0.42 | 0.68 | 0.01 | 23.02 | 0.97 | 0.65 |
| Hex | FC | 92 | 50 | 0 | 2A | 44 | 1 | 17 | 61 | 41 |
| Octal | 374 | 222 | 120 | 0 | 52 | 104 | 1 | 27 | 141 | 101 |
| Binary | 11111100 | 10010010 | 1010000 | 0 | 101010 | 1000100 | 1 | 10111 | 1100001 | 1000001 |
Color Harmonies of #FC9250
Complementary color
Monochromatic Colors of #FC9250
Black with #FC9250
Text Example
Text Example
White with #FC9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9250; }
p { color: rgb(252,146,80); }
H1.HeaderClassName
{
color: #FC9250;
}
.AnyTagClassName
{
color: #FC9250;
}
</style>
background-color css
<style>
a { background-color: #FC9250; }
a { background-color: rgb(252,146,80); }
div.DivClassName
{
background-color: #FC9250;
}
.BgClassName
{
background-color: #FC9250;
}
</style>
border-color css
<style>
span { border-color: #FC9250; }
span { border-color: rgb(252,146,80); }
td.TdClassName
{
border-color: #FC9250;
}
.TagClassName
{
border-color: #FC9250;
}
</style>