Shades of Supernova #FCB62A
Tints of Supernova #FCB62A
RGB
CMYK
RGB Variations
Color information
#FCB62A (or 0xFCB62A) is known color: Supernova. HEX triplet: FC, B6 and 2A. RGB value is (252,182,42). Sum of RGB (Red+Green+Blue) = 252+182+42=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB62A is #0349D5. Grayscale: #BBBBBB. Windows color (decimal): -215510 or 2799356. OLE color: 2799356.
HSL color Cylindrical-coordinate representation of color #FCB62A: hue angle of 40º 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 #FCB62A is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 42 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.01 |
| HSL | 40º | 0.97% | 0.58% | - |
| HSV(B) | 40º | 0.83% | 0.99% | - |
| XYZ | 57.29 | 54.32 | 9.66 | - |
| YUV | 186.97 | 46.19 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 42 | 0 | 0.28 | 0.83 | 0.01 | 40 | 0.97 | 0.58 |
| Hex | FC | B6 | 2A | 0 | 1C | 53 | 1 | 28 | 61 | 3A |
| Octal | 374 | 266 | 52 | 0 | 34 | 123 | 1 | 50 | 141 | 72 |
| Binary | 11111100 | 10110110 | 101010 | 0 | 11100 | 1010011 | 1 | 101000 | 1100001 | 111010 |
Color Harmonies of #FCB62A
Complementary color
Monochromatic Colors of #FCB62A
Black with #FCB62A
Text Example
Text Example
White with #FCB62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB62A; }
p { color: rgb(252,182,42); }
H1.HeaderClassName
{
color: #FCB62A;
}
.AnyTagClassName
{
color: #FCB62A;
}
</style>
background-color css
<style>
a { background-color: #FCB62A; }
a { background-color: rgb(252,182,42); }
div.DivClassName
{
background-color: #FCB62A;
}
.BgClassName
{
background-color: #FCB62A;
}
</style>
border-color css
<style>
span { border-color: #FCB62A; }
span { border-color: rgb(252,182,42); }
td.TdClassName
{
border-color: #FCB62A;
}
.TagClassName
{
border-color: #FCB62A;
}
</style>