Shades of Supernova #FDB225
Tints of Supernova #FDB225
RGB
CMYK
RGB Variations
Color information
#FDB225 (or 0xFDB225) is known color: Supernova. HEX triplet: FD, B2 and 25. RGB value is (253,178,37). Sum of RGB (Red+Green+Blue) = 253+178+37=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB225 is #024DDA. Grayscale: #B8B8B8. Windows color (decimal): -151003 or 2470653. OLE color: 2470653.
HSL color Cylindrical-coordinate representation of color #FDB225: hue angle of 39.17º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDB225 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 37 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.01 |
| HSL | 39.17º | 0.98% | 0.57% | - |
| HSV(B) | 39.17º | 0.85% | 0.99% | - |
| XYZ | 56.76 | 52.86 | 8.96 | - |
| YUV | 184.35 | 44.85 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 37 | 0 | 0.30 | 0.85 | 0.01 | 39.17 | 0.98 | 0.57 |
| Hex | FD | B2 | 25 | 0 | 1E | 55 | 1 | 27 | 62 | 39 |
| Octal | 375 | 262 | 45 | 0 | 36 | 125 | 1 | 47 | 142 | 71 |
| Binary | 11111101 | 10110010 | 100101 | 0 | 11110 | 1010101 | 1 | 100111 | 1100010 | 111001 |
Color Harmonies of #FDB225
Complementary color
Monochromatic Colors of #FDB225
Black with #FDB225
Text Example
Text Example
White with #FDB225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB225; }
p { color: rgb(253,178,37); }
H1.HeaderClassName
{
color: #FDB225;
}
.AnyTagClassName
{
color: #FDB225;
}
</style>
background-color css
<style>
a { background-color: #FDB225; }
a { background-color: rgb(253,178,37); }
div.DivClassName
{
background-color: #FDB225;
}
.BgClassName
{
background-color: #FDB225;
}
</style>
border-color css
<style>
span { border-color: #FDB225; }
span { border-color: rgb(253,178,37); }
td.TdClassName
{
border-color: #FDB225;
}
.TagClassName
{
border-color: #FDB225;
}
</style>