Shades of Supernova #FDBD3C
Tints of Supernova #FDBD3C
RGB
CMYK
RGB Variations
Color information
#FDBD3C (or 0xFDBD3C) is known color: Supernova. HEX triplet: FD, BD and 3C. RGB value is (253,189,60). Sum of RGB (Red+Green+Blue) = 253+189+60=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD3C is #0242C3. Grayscale: #C2C2C2. Windows color (decimal): -148164 or 3980797. OLE color: 3980797.
HSL color Cylindrical-coordinate representation of color #FDBD3C: hue angle of 40.1º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDBD3C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.01 |
| HSL | 40.1º | 0.98% | 0.61% | - |
| HSV(B) | 40.1º | 0.76% | 0.99% | - |
| XYZ | 59.52 | 57.6 | 12.26 | - |
| YUV | 193.43 | 52.7 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 60 | 0 | 0.25 | 0.76 | 0.01 | 40.1 | 0.98 | 0.61 |
| Hex | FD | BD | 3C | 0 | 19 | 4C | 1 | 28 | 62 | 3D |
| Octal | 375 | 275 | 74 | 0 | 31 | 114 | 1 | 50 | 142 | 75 |
| Binary | 11111101 | 10111101 | 111100 | 0 | 11001 | 1001100 | 1 | 101000 | 1100010 | 111101 |
Color Harmonies of #FDBD3C
Complementary color
Monochromatic Colors of #FDBD3C
Black with #FDBD3C
Text Example
Text Example
White with #FDBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD3C; }
p { color: rgb(253,189,60); }
H1.HeaderClassName
{
color: #FDBD3C;
}
.AnyTagClassName
{
color: #FDBD3C;
}
</style>
background-color css
<style>
a { background-color: #FDBD3C; }
a { background-color: rgb(253,189,60); }
div.DivClassName
{
background-color: #FDBD3C;
}
.BgClassName
{
background-color: #FDBD3C;
}
</style>
border-color css
<style>
span { border-color: #FDBD3C; }
span { border-color: rgb(253,189,60); }
td.TdClassName
{
border-color: #FDBD3C;
}
.TagClassName
{
border-color: #FDBD3C;
}
</style>