Shades of Sun #FC842D
Tints of Sun #FC842D
RGB
CMYK
RGB Variations
Color information
#FC842D (or 0xFC842D) is known color: Sun. HEX triplet: FC, 84 and 2D. RGB value is (252,132,45). Sum of RGB (Red+Green+Blue) = 252+132+45=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC842D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC842D is #037BD2. Grayscale: #9E9E9E. Windows color (decimal): -228307 or 2983164. OLE color: 2983164.
HSL color Cylindrical-coordinate representation of color #FC842D: hue angle of 25.22º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC842D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 45 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.01 |
| HSL | 25.22º | 0.97% | 0.58% | - |
| HSV(B) | 25.22º | 0.82% | 0.99% | - |
| XYZ | 48.87 | 37.39 | 7.12 | - |
| YUV | 157.96 | 64.26 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 45 | 0 | 0.48 | 0.82 | 0.01 | 25.22 | 0.97 | 0.58 |
| Hex | FC | 84 | 2D | 0 | 30 | 52 | 1 | 19 | 61 | 3A |
| Octal | 374 | 204 | 55 | 0 | 60 | 122 | 1 | 31 | 141 | 72 |
| Binary | 11111100 | 10000100 | 101101 | 0 | 110000 | 1010010 | 1 | 11001 | 1100001 | 111010 |
Color Harmonies of #FC842D
Complementary color
Monochromatic Colors of #FC842D
Black with #FC842D
Text Example
Text Example
White with #FC842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC842D; }
p { color: rgb(252,132,45); }
H1.HeaderClassName
{
color: #FC842D;
}
.AnyTagClassName
{
color: #FC842D;
}
</style>
background-color css
<style>
a { background-color: #FC842D; }
a { background-color: rgb(252,132,45); }
div.DivClassName
{
background-color: #FC842D;
}
.BgClassName
{
background-color: #FC842D;
}
</style>
border-color css
<style>
span { border-color: #FC842D; }
span { border-color: rgb(252,132,45); }
td.TdClassName
{
border-color: #FC842D;
}
.TagClassName
{
border-color: #FC842D;
}
</style>