Shades of Sun #FC842C
Tints of Sun #FC842C
RGB
CMYK
RGB Variations
Color information
#FC842C (or 0xFC842C) is known color: Sun. HEX triplet: FC, 84 and 2C. RGB value is (252,132,44). Sum of RGB (Red+Green+Blue) = 252+132+44=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC842C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC842C is #037BD3. Grayscale: #9E9E9E. Windows color (decimal): -228308 or 2917628. OLE color: 2917628.
HSL color Cylindrical-coordinate representation of color #FC842C: hue angle of 25.38º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC842C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 44 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.01 |
| HSL | 25.38º | 0.97% | 0.58% | - |
| HSV(B) | 25.38º | 0.83% | 0.99% | - |
| XYZ | 48.85 | 37.38 | 7.02 | - |
| YUV | 157.85 | 63.76 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 44 | 0 | 0.48 | 0.83 | 0.01 | 25.38 | 0.97 | 0.58 |
| Hex | FC | 84 | 2C | 0 | 30 | 53 | 1 | 19 | 61 | 3A |
| Octal | 374 | 204 | 54 | 0 | 60 | 123 | 1 | 31 | 141 | 72 |
| Binary | 11111100 | 10000100 | 101100 | 0 | 110000 | 1010011 | 1 | 11001 | 1100001 | 111010 |
Color Harmonies of #FC842C
Complementary color
Monochromatic Colors of #FC842C
Black with #FC842C
Text Example
Text Example
White with #FC842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC842C; }
p { color: rgb(252,132,44); }
H1.HeaderClassName
{
color: #FC842C;
}
.AnyTagClassName
{
color: #FC842C;
}
</style>
background-color css
<style>
a { background-color: #FC842C; }
a { background-color: rgb(252,132,44); }
div.DivClassName
{
background-color: #FC842C;
}
.BgClassName
{
background-color: #FC842C;
}
</style>
border-color css
<style>
span { border-color: #FC842C; }
span { border-color: rgb(252,132,44); }
td.TdClassName
{
border-color: #FC842C;
}
.TagClassName
{
border-color: #FC842C;
}
</style>