Shades of Supernova #FCBD3C
Tints of Supernova #FCBD3C
RGB
CMYK
RGB Variations
Color information
#FCBD3C (or 0xFCBD3C) is known color: Supernova. HEX triplet: FC, BD and 3C. RGB value is (252,189,60). Sum of RGB (Red+Green+Blue) = 252+189+60=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD3C is #0342C3. Grayscale: #C1C1C1. Windows color (decimal): -213700 or 3980796. OLE color: 3980796.
HSL color Cylindrical-coordinate representation of color #FCBD3C: hue angle of 40.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCBD3C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.01 |
| HSL | 40.31º | 0.97% | 0.61% | - |
| HSV(B) | 40.31º | 0.76% | 0.99% | - |
| XYZ | 59.16 | 57.42 | 12.24 | - |
| YUV | 193.13 | 52.87 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 60 | 0 | 0.25 | 0.76 | 0.01 | 40.31 | 0.97 | 0.61 |
| Hex | FC | BD | 3C | 0 | 19 | 4C | 1 | 28 | 61 | 3D |
| Octal | 374 | 275 | 74 | 0 | 31 | 114 | 1 | 50 | 141 | 75 |
| Binary | 11111100 | 10111101 | 111100 | 0 | 11001 | 1001100 | 1 | 101000 | 1100001 | 111101 |
Color Harmonies of #FCBD3C
Complementary color
Monochromatic Colors of #FCBD3C
Black with #FCBD3C
Text Example
Text Example
White with #FCBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD3C; }
p { color: rgb(252,189,60); }
H1.HeaderClassName
{
color: #FCBD3C;
}
.AnyTagClassName
{
color: #FCBD3C;
}
</style>
background-color css
<style>
a { background-color: #FCBD3C; }
a { background-color: rgb(252,189,60); }
div.DivClassName
{
background-color: #FCBD3C;
}
.BgClassName
{
background-color: #FCBD3C;
}
</style>
border-color css
<style>
span { border-color: #FCBD3C; }
span { border-color: rgb(252,189,60); }
td.TdClassName
{
border-color: #FCBD3C;
}
.TagClassName
{
border-color: #FCBD3C;
}
</style>