Shades of Sun #FC823B
Tints of Sun #FC823B
RGB
CMYK
RGB Variations
Color information
#FC823B (or 0xFC823B) is known color: Sun. HEX triplet: FC, 82 and 3B. RGB value is (252,130,59). Sum of RGB (Red+Green+Blue) = 252+130+59=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC823B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC823B is #037DC4. Grayscale: #9E9E9E. Windows color (decimal): -228805 or 3900156. OLE color: 3900156.
HSL color Cylindrical-coordinate representation of color #FC823B: hue angle of 22.07º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC823B is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 59 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.01 |
| HSL | 22.07º | 0.97% | 0.61% | - |
| HSV(B) | 22.07º | 0.77% | 0.99% | - |
| XYZ | 48.92 | 36.98 | 8.7 | - |
| YUV | 158.38 | 71.92 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 59 | 0 | 0.48 | 0.77 | 0.01 | 22.07 | 0.97 | 0.61 |
| Hex | FC | 82 | 3B | 0 | 30 | 4D | 1 | 16 | 61 | 3D |
| Octal | 374 | 202 | 73 | 0 | 60 | 115 | 1 | 26 | 141 | 75 |
| Binary | 11111100 | 10000010 | 111011 | 0 | 110000 | 1001101 | 1 | 10110 | 1100001 | 111101 |
Color Harmonies of #FC823B
Complementary color
Monochromatic Colors of #FC823B
Black with #FC823B
Text Example
Text Example
White with #FC823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC823B; }
p { color: rgb(252,130,59); }
H1.HeaderClassName
{
color: #FC823B;
}
.AnyTagClassName
{
color: #FC823B;
}
</style>
background-color css
<style>
a { background-color: #FC823B; }
a { background-color: rgb(252,130,59); }
div.DivClassName
{
background-color: #FC823B;
}
.BgClassName
{
background-color: #FC823B;
}
</style>
border-color css
<style>
span { border-color: #FC823B; }
span { border-color: rgb(252,130,59); }
td.TdClassName
{
border-color: #FC823B;
}
.TagClassName
{
border-color: #FC823B;
}
</style>