Shades of Supernova #FCB12D
Tints of Supernova #FCB12D
RGB
CMYK
RGB Variations
Color information
#FCB12D (or 0xFCB12D) is known color: Supernova. HEX triplet: FC, B1 and 2D. RGB value is (252,177,45). Sum of RGB (Red+Green+Blue) = 252+177+45=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB12D is #034ED2. Grayscale: #B8B8B8. Windows color (decimal): -216787 or 2994684. OLE color: 2994684.
HSL color Cylindrical-coordinate representation of color #FCB12D: hue angle of 38.26º 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 #FCB12D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.01 |
| HSL | 38.26º | 0.97% | 0.58% | - |
| HSV(B) | 38.26º | 0.82% | 0.99% | - |
| XYZ | 56.34 | 52.33 | 9.61 | - |
| YUV | 184.38 | 49.35 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 45 | 0 | 0.30 | 0.82 | 0.01 | 38.26 | 0.97 | 0.58 |
| Hex | FC | B1 | 2D | 0 | 1E | 52 | 1 | 26 | 61 | 3A |
| Octal | 374 | 261 | 55 | 0 | 36 | 122 | 1 | 46 | 141 | 72 |
| Binary | 11111100 | 10110001 | 101101 | 0 | 11110 | 1010010 | 1 | 100110 | 1100001 | 111010 |
Color Harmonies of #FCB12D
Complementary color
Monochromatic Colors of #FCB12D
Black with #FCB12D
Text Example
Text Example
White with #FCB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB12D; }
p { color: rgb(252,177,45); }
H1.HeaderClassName
{
color: #FCB12D;
}
.AnyTagClassName
{
color: #FCB12D;
}
</style>
background-color css
<style>
a { background-color: #FCB12D; }
a { background-color: rgb(252,177,45); }
div.DivClassName
{
background-color: #FCB12D;
}
.BgClassName
{
background-color: #FCB12D;
}
</style>
border-color css
<style>
span { border-color: #FCB12D; }
span { border-color: rgb(252,177,45); }
td.TdClassName
{
border-color: #FCB12D;
}
.TagClassName
{
border-color: #FCB12D;
}
</style>