Shades of Supernova #FCBB41
Tints of Supernova #FCBB41
RGB
CMYK
RGB Variations
Color information
#FCBB41 (or 0xFCBB41) is known color: Supernova. HEX triplet: FC, BB and 41. RGB value is (252,187,65). Sum of RGB (Red+Green+Blue) = 252+187+65=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB41 is #0344BE. Grayscale: #C1C1C1. Windows color (decimal): -214207 or 4307964. OLE color: 4307964.
HSL color Cylindrical-coordinate representation of color #FCBB41: hue angle of 39.14º 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 #FCBB41 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 65 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.01 |
| HSL | 39.14º | 0.97% | 0.62% | - |
| HSV(B) | 39.14º | 0.74% | 0.99% | - |
| XYZ | 58.87 | 56.62 | 12.83 | - |
| YUV | 192.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 65 | 0 | 0.26 | 0.74 | 0.01 | 39.14 | 0.97 | 0.62 |
| Hex | FC | BB | 41 | 0 | 1A | 4A | 1 | 27 | 61 | 3E |
| Octal | 374 | 273 | 101 | 0 | 32 | 112 | 1 | 47 | 141 | 76 |
| Binary | 11111100 | 10111011 | 1000001 | 0 | 11010 | 1001010 | 1 | 100111 | 1100001 | 111110 |
Color Harmonies of #FCBB41
Complementary color
Monochromatic Colors of #FCBB41
Black with #FCBB41
Text Example
Text Example
White with #FCBB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB41; }
p { color: rgb(252,187,65); }
H1.HeaderClassName
{
color: #FCBB41;
}
.AnyTagClassName
{
color: #FCBB41;
}
</style>
background-color css
<style>
a { background-color: #FCBB41; }
a { background-color: rgb(252,187,65); }
div.DivClassName
{
background-color: #FCBB41;
}
.BgClassName
{
background-color: #FCBB41;
}
</style>
border-color css
<style>
span { border-color: #FCBB41; }
span { border-color: rgb(252,187,65); }
td.TdClassName
{
border-color: #FCBB41;
}
.TagClassName
{
border-color: #FCBB41;
}
</style>