Shades of Supernova #FCBD42
Tints of Supernova #FCBD42
RGB
CMYK
RGB Variations
Color information
#FCBD42 (or 0xFCBD42) is known color: Supernova. HEX triplet: FC, BD and 42. RGB value is (252,189,66). Sum of RGB (Red+Green+Blue) = 252+189+66=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD42 is #0342BD. Grayscale: #C2C2C2. Windows color (decimal): -213694 or 4374012. OLE color: 4374012.
HSL color Cylindrical-coordinate representation of color #FCBD42: hue angle of 39.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCBD42 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 66 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.01 |
| HSL | 39.68º | 0.97% | 0.62% | - |
| HSV(B) | 39.68º | 0.74% | 0.99% | - |
| XYZ | 59.33 | 57.48 | 13.12 | - |
| YUV | 193.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 66 | 0 | 0.25 | 0.74 | 0.01 | 39.68 | 0.97 | 0.62 |
| Hex | FC | BD | 42 | 0 | 19 | 4A | 1 | 28 | 61 | 3E |
| Octal | 374 | 275 | 102 | 0 | 31 | 112 | 1 | 50 | 141 | 76 |
| Binary | 11111100 | 10111101 | 1000010 | 0 | 11001 | 1001010 | 1 | 101000 | 1100001 | 111110 |
Color Harmonies of #FCBD42
Complementary color
Monochromatic Colors of #FCBD42
Black with #FCBD42
Text Example
Text Example
White with #FCBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD42; }
p { color: rgb(252,189,66); }
H1.HeaderClassName
{
color: #FCBD42;
}
.AnyTagClassName
{
color: #FCBD42;
}
</style>
background-color css
<style>
a { background-color: #FCBD42; }
a { background-color: rgb(252,189,66); }
div.DivClassName
{
background-color: #FCBD42;
}
.BgClassName
{
background-color: #FCBD42;
}
</style>
border-color css
<style>
span { border-color: #FCBD42; }
span { border-color: rgb(252,189,66); }
td.TdClassName
{
border-color: #FCBD42;
}
.TagClassName
{
border-color: #FCBD42;
}
</style>