Shades of Supernova #FCBD3E
Tints of Supernova #FCBD3E
RGB
CMYK
RGB Variations
Color information
#FCBD3E (or 0xFCBD3E) is known color: Supernova. HEX triplet: FC, BD and 3E. RGB value is (252,189,62). Sum of RGB (Red+Green+Blue) = 252+189+62=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD3E is #0342C1. Grayscale: #C1C1C1. Windows color (decimal): -213698 or 4111868. OLE color: 4111868.
HSL color Cylindrical-coordinate representation of color #FCBD3E: hue angle of 40.11º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCBD3E is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 62 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.01 |
| HSL | 40.11º | 0.97% | 0.62% | - |
| HSV(B) | 40.11º | 0.75% | 0.99% | - |
| XYZ | 59.21 | 57.44 | 12.52 | - |
| YUV | 193.36 | 53.87 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 62 | 0 | 0.25 | 0.75 | 0.01 | 40.11 | 0.97 | 0.62 |
| Hex | FC | BD | 3E | 0 | 19 | 4B | 1 | 28 | 61 | 3E |
| Octal | 374 | 275 | 76 | 0 | 31 | 113 | 1 | 50 | 141 | 76 |
| Binary | 11111100 | 10111101 | 111110 | 0 | 11001 | 1001011 | 1 | 101000 | 1100001 | 111110 |
Color Harmonies of #FCBD3E
Complementary color
Monochromatic Colors of #FCBD3E
Black with #FCBD3E
Text Example
Text Example
White with #FCBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD3E; }
p { color: rgb(252,189,62); }
H1.HeaderClassName
{
color: #FCBD3E;
}
.AnyTagClassName
{
color: #FCBD3E;
}
</style>
background-color css
<style>
a { background-color: #FCBD3E; }
a { background-color: rgb(252,189,62); }
div.DivClassName
{
background-color: #FCBD3E;
}
.BgClassName
{
background-color: #FCBD3E;
}
</style>
border-color css
<style>
span { border-color: #FCBD3E; }
span { border-color: rgb(252,189,62); }
td.TdClassName
{
border-color: #FCBD3E;
}
.TagClassName
{
border-color: #FCBD3E;
}
</style>