Shades of Supernova #FCB42A
Tints of Supernova #FCB42A
RGB
CMYK
RGB Variations
Color information
#FCB42A (or 0xFCB42A) is known color: Supernova. HEX triplet: FC, B4 and 2A. RGB value is (252,180,42). Sum of RGB (Red+Green+Blue) = 252+180+42=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB42A is #034BD5. Grayscale: #BABABA. Windows color (decimal): -216022 or 2798844. OLE color: 2798844.
HSL color Cylindrical-coordinate representation of color #FCB42A: hue angle of 39.43º 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 #FCB42A is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 42 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.01 |
| HSL | 39.43º | 0.97% | 0.58% | - |
| HSV(B) | 39.43º | 0.83% | 0.99% | - |
| XYZ | 56.88 | 53.51 | 9.52 | - |
| YUV | 185.8 | 46.85 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 42 | 0 | 0.29 | 0.83 | 0.01 | 39.43 | 0.97 | 0.58 |
| Hex | FC | B4 | 2A | 0 | 1D | 53 | 1 | 27 | 61 | 3A |
| Octal | 374 | 264 | 52 | 0 | 35 | 123 | 1 | 47 | 141 | 72 |
| Binary | 11111100 | 10110100 | 101010 | 0 | 11101 | 1010011 | 1 | 100111 | 1100001 | 111010 |
Color Harmonies of #FCB42A
Complementary color
Monochromatic Colors of #FCB42A
Black with #FCB42A
Text Example
Text Example
White with #FCB42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB42A; }
p { color: rgb(252,180,42); }
H1.HeaderClassName
{
color: #FCB42A;
}
.AnyTagClassName
{
color: #FCB42A;
}
</style>
background-color css
<style>
a { background-color: #FCB42A; }
a { background-color: rgb(252,180,42); }
div.DivClassName
{
background-color: #FCB42A;
}
.BgClassName
{
background-color: #FCB42A;
}
</style>
border-color css
<style>
span { border-color: #FCB42A; }
span { border-color: rgb(252,180,42); }
td.TdClassName
{
border-color: #FCB42A;
}
.TagClassName
{
border-color: #FCB42A;
}
</style>