Shades of Supernova #FDBD3D
Tints of Supernova #FDBD3D
RGB
CMYK
RGB Variations
Color information
#FDBD3D (or 0xFDBD3D) is known color: Supernova. HEX triplet: FD, BD and 3D. RGB value is (253,189,61). Sum of RGB (Red+Green+Blue) = 253+189+61=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD3D is #0242C2. Grayscale: #C2C2C2. Windows color (decimal): -148163 or 4046333. OLE color: 4046333.
HSL color Cylindrical-coordinate representation of color #FDBD3D: hue angle of 40º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDBD3D is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 61 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.01 |
| HSL | 40º | 0.98% | 0.62% | - |
| HSV(B) | 40º | 0.76% | 0.99% | - |
| XYZ | 59.55 | 57.61 | 12.4 | - |
| YUV | 193.54 | 53.2 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 61 | 0 | 0.25 | 0.76 | 0.01 | 40 | 0.98 | 0.62 |
| Hex | FD | BD | 3D | 0 | 19 | 4C | 1 | 28 | 62 | 3E |
| Octal | 375 | 275 | 75 | 0 | 31 | 114 | 1 | 50 | 142 | 76 |
| Binary | 11111101 | 10111101 | 111101 | 0 | 11001 | 1001100 | 1 | 101000 | 1100010 | 111110 |
Color Harmonies of #FDBD3D
Complementary color
Monochromatic Colors of #FDBD3D
Black with #FDBD3D
Text Example
Text Example
White with #FDBD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD3D; }
p { color: rgb(253,189,61); }
H1.HeaderClassName
{
color: #FDBD3D;
}
.AnyTagClassName
{
color: #FDBD3D;
}
</style>
background-color css
<style>
a { background-color: #FDBD3D; }
a { background-color: rgb(253,189,61); }
div.DivClassName
{
background-color: #FDBD3D;
}
.BgClassName
{
background-color: #FDBD3D;
}
</style>
border-color css
<style>
span { border-color: #FDBD3D; }
span { border-color: rgb(253,189,61); }
td.TdClassName
{
border-color: #FDBD3D;
}
.TagClassName
{
border-color: #FDBD3D;
}
</style>