Shades of Supernova #FDBD42
Tints of Supernova #FDBD42
RGB
CMYK
RGB Variations
Color information
#FDBD42 (or 0xFDBD42) is known color: Supernova. HEX triplet: FD, BD and 42. RGB value is (253,189,66). Sum of RGB (Red+Green+Blue) = 253+189+66=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD42 is #0242BD. Grayscale: #C2C2C2. Windows color (decimal): -148158 or 4374013. OLE color: 4374013.
HSL color Cylindrical-coordinate representation of color #FDBD42: hue angle of 39.47º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDBD42 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 66 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.01 |
| HSL | 39.47º | 0.98% | 0.63% | - |
| HSV(B) | 39.47º | 0.74% | 0.99% | - |
| XYZ | 59.69 | 57.67 | 13.14 | - |
| YUV | 194.11 | 55.7 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 66 | 0 | 0.25 | 0.74 | 0.01 | 39.47 | 0.98 | 0.63 |
| Hex | FD | BD | 42 | 0 | 19 | 4A | 1 | 27 | 62 | 3F |
| Octal | 375 | 275 | 102 | 0 | 31 | 112 | 1 | 47 | 142 | 77 |
| Binary | 11111101 | 10111101 | 1000010 | 0 | 11001 | 1001010 | 1 | 100111 | 1100010 | 111111 |
Color Harmonies of #FDBD42
Complementary color
Monochromatic Colors of #FDBD42
Black with #FDBD42
Text Example
Text Example
White with #FDBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD42; }
p { color: rgb(253,189,66); }
H1.HeaderClassName
{
color: #FDBD42;
}
.AnyTagClassName
{
color: #FDBD42;
}
</style>
background-color css
<style>
a { background-color: #FDBD42; }
a { background-color: rgb(253,189,66); }
div.DivClassName
{
background-color: #FDBD42;
}
.BgClassName
{
background-color: #FDBD42;
}
</style>
border-color css
<style>
span { border-color: #FDBD42; }
span { border-color: rgb(253,189,66); }
td.TdClassName
{
border-color: #FDBD42;
}
.TagClassName
{
border-color: #FDBD42;
}
</style>