Shades of Supernova #FDB228
Tints of Supernova #FDB228
RGB
CMYK
RGB Variations
Color information
#FDB228 (or 0xFDB228) is known color: Supernova. HEX triplet: FD, B2 and 28. RGB value is (253,178,40). Sum of RGB (Red+Green+Blue) = 253+178+40=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB228 is #024DD7. Grayscale: #B9B9B9. Windows color (decimal): -151000 or 2667261. OLE color: 2667261.
HSL color Cylindrical-coordinate representation of color #FDB228: hue angle of 38.87º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDB228 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 40 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.01 |
| HSL | 38.87º | 0.98% | 0.57% | - |
| HSV(B) | 38.87º | 0.84% | 0.99% | - |
| XYZ | 56.81 | 52.88 | 9.22 | - |
| YUV | 184.69 | 46.35 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 40 | 0 | 0.30 | 0.84 | 0.01 | 38.87 | 0.98 | 0.57 |
| Hex | FD | B2 | 28 | 0 | 1E | 54 | 1 | 27 | 62 | 39 |
| Octal | 375 | 262 | 50 | 0 | 36 | 124 | 1 | 47 | 142 | 71 |
| Binary | 11111101 | 10110010 | 101000 | 0 | 11110 | 1010100 | 1 | 100111 | 1100010 | 111001 |
Color Harmonies of #FDB228
Complementary color
Monochromatic Colors of #FDB228
Black with #FDB228
Text Example
Text Example
White with #FDB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB228; }
p { color: rgb(253,178,40); }
H1.HeaderClassName
{
color: #FDB228;
}
.AnyTagClassName
{
color: #FDB228;
}
</style>
background-color css
<style>
a { background-color: #FDB228; }
a { background-color: rgb(253,178,40); }
div.DivClassName
{
background-color: #FDB228;
}
.BgClassName
{
background-color: #FDB228;
}
</style>
border-color css
<style>
span { border-color: #FDB228; }
span { border-color: rgb(253,178,40); }
td.TdClassName
{
border-color: #FDB228;
}
.TagClassName
{
border-color: #FDB228;
}
</style>