Shades of Sun #FC883D
Tints of Sun #FC883D
RGB
CMYK
RGB Variations
Color information
#FC883D (or 0xFC883D) is known color: Sun. HEX triplet: FC, 88 and 3D. RGB value is (252,136,61). Sum of RGB (Red+Green+Blue) = 252+136+61=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC883D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC883D is #0377C2. Grayscale: #A2A2A2. Windows color (decimal): -227267 or 4032764. OLE color: 4032764.
HSL color Cylindrical-coordinate representation of color #FC883D: hue angle of 23.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC883D is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 61 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.01 |
| HSL | 23.56º | 0.97% | 0.61% | - |
| HSV(B) | 23.56º | 0.76% | 0.99% | - |
| XYZ | 49.79 | 38.64 | 9.25 | - |
| YUV | 162.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 61 | 0 | 0.46 | 0.76 | 0.01 | 23.56 | 0.97 | 0.61 |
| Hex | FC | 88 | 3D | 0 | 2E | 4C | 1 | 18 | 61 | 3D |
| Octal | 374 | 210 | 75 | 0 | 56 | 114 | 1 | 30 | 141 | 75 |
| Binary | 11111100 | 10001000 | 111101 | 0 | 101110 | 1001100 | 1 | 11000 | 1100001 | 111101 |
Color Harmonies of #FC883D
Complementary color
Monochromatic Colors of #FC883D
Black with #FC883D
Text Example
Text Example
White with #FC883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC883D; }
p { color: rgb(252,136,61); }
H1.HeaderClassName
{
color: #FC883D;
}
.AnyTagClassName
{
color: #FC883D;
}
</style>
background-color css
<style>
a { background-color: #FC883D; }
a { background-color: rgb(252,136,61); }
div.DivClassName
{
background-color: #FC883D;
}
.BgClassName
{
background-color: #FC883D;
}
</style>
border-color css
<style>
span { border-color: #FC883D; }
span { border-color: rgb(252,136,61); }
td.TdClassName
{
border-color: #FC883D;
}
.TagClassName
{
border-color: #FC883D;
}
</style>