Shades of Supernova #FDBF40
Tints of Supernova #FDBF40
RGB
CMYK
RGB Variations
Color information
#FDBF40 (or 0xFDBF40) is known color: Supernova. HEX triplet: FD, BF and 40. RGB value is (253,191,64). Sum of RGB (Red+Green+Blue) = 253+191+64=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBF40 is #0240BF. Grayscale: #C3C3C3. Windows color (decimal): -147648 or 4243453. OLE color: 4243453.
HSL color Cylindrical-coordinate representation of color #FDBF40: hue angle of 40.32º degrees, saturation: 0.98, 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 #FDBF40 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 64 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.01 |
| HSL | 40.32º | 0.98% | 0.62% | - |
| HSV(B) | 40.32º | 0.75% | 0.99% | - |
| XYZ | 60.06 | 58.51 | 12.98 | - |
| YUV | 195.06 | 54.04 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 64 | 0 | 0.25 | 0.75 | 0.01 | 40.32 | 0.98 | 0.62 |
| Hex | FD | BF | 40 | 0 | 19 | 4B | 1 | 28 | 62 | 3E |
| Octal | 375 | 277 | 100 | 0 | 31 | 113 | 1 | 50 | 142 | 76 |
| Binary | 11111101 | 10111111 | 1000000 | 0 | 11001 | 1001011 | 1 | 101000 | 1100010 | 111110 |
Color Harmonies of #FDBF40
Complementary color
Monochromatic Colors of #FDBF40
Black with #FDBF40
Text Example
Text Example
White with #FDBF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF40; }
p { color: rgb(253,191,64); }
H1.HeaderClassName
{
color: #FDBF40;
}
.AnyTagClassName
{
color: #FDBF40;
}
</style>
background-color css
<style>
a { background-color: #FDBF40; }
a { background-color: rgb(253,191,64); }
div.DivClassName
{
background-color: #FDBF40;
}
.BgClassName
{
background-color: #FDBF40;
}
</style>
border-color css
<style>
span { border-color: #FDBF40; }
span { border-color: rgb(253,191,64); }
td.TdClassName
{
border-color: #FDBF40;
}
.TagClassName
{
border-color: #FDBF40;
}
</style>