Shades of Sun #FC883E
Tints of Sun #FC883E
RGB
CMYK
RGB Variations
Color information
#FC883E (or 0xFC883E) is known color: Sun. HEX triplet: FC, 88 and 3E. RGB value is (252,136,62). Sum of RGB (Red+Green+Blue) = 252+136+62=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC883E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC883E is #0377C1. Grayscale: #A2A2A2. Windows color (decimal): -227266 or 4098300. OLE color: 4098300.
HSL color Cylindrical-coordinate representation of color #FC883E: hue angle of 23.37º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC883E is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 62 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.01 |
| HSL | 23.37º | 0.97% | 0.62% | - |
| HSV(B) | 23.37º | 0.75% | 0.99% | - |
| XYZ | 49.82 | 38.65 | 9.39 | - |
| YUV | 162.25 | 71.43 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 62 | 0 | 0.46 | 0.75 | 0.01 | 23.37 | 0.97 | 0.62 |
| Hex | FC | 88 | 3E | 0 | 2E | 4B | 1 | 17 | 61 | 3E |
| Octal | 374 | 210 | 76 | 0 | 56 | 113 | 1 | 27 | 141 | 76 |
| Binary | 11111100 | 10001000 | 111110 | 0 | 101110 | 1001011 | 1 | 10111 | 1100001 | 111110 |
Color Harmonies of #FC883E
Complementary color
Monochromatic Colors of #FC883E
Black with #FC883E
Text Example
Text Example
White with #FC883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC883E; }
p { color: rgb(252,136,62); }
H1.HeaderClassName
{
color: #FC883E;
}
.AnyTagClassName
{
color: #FC883E;
}
</style>
background-color css
<style>
a { background-color: #FC883E; }
a { background-color: rgb(252,136,62); }
div.DivClassName
{
background-color: #FC883E;
}
.BgClassName
{
background-color: #FC883E;
}
</style>
border-color css
<style>
span { border-color: #FC883E; }
span { border-color: rgb(252,136,62); }
td.TdClassName
{
border-color: #FC883E;
}
.TagClassName
{
border-color: #FC883E;
}
</style>