Shades of Supernova #FDB224
Tints of Supernova #FDB224
RGB
CMYK
RGB Variations
Color information
#FDB224 (or 0xFDB224) is known color: Supernova. HEX triplet: FD, B2 and 24. RGB value is (253,178,36). Sum of RGB (Red+Green+Blue) = 253+178+36=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB224 is #024DDB. Grayscale: #B8B8B8. Windows color (decimal): -151004 or 2405117. OLE color: 2405117.
HSL color Cylindrical-coordinate representation of color #FDB224: hue angle of 39.26º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDB224 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 36 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.01 |
| HSL | 39.26º | 0.98% | 0.57% | - |
| HSV(B) | 39.26º | 0.86% | 0.99% | - |
| XYZ | 56.75 | 52.85 | 8.88 | - |
| YUV | 184.24 | 44.35 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 36 | 0 | 0.30 | 0.86 | 0.01 | 39.26 | 0.98 | 0.57 |
| Hex | FD | B2 | 24 | 0 | 1E | 56 | 1 | 27 | 62 | 39 |
| Octal | 375 | 262 | 44 | 0 | 36 | 126 | 1 | 47 | 142 | 71 |
| Binary | 11111101 | 10110010 | 100100 | 0 | 11110 | 1010110 | 1 | 100111 | 1100010 | 111001 |
Color Harmonies of #FDB224
Complementary color
Monochromatic Colors of #FDB224
Black with #FDB224
Text Example
Text Example
White with #FDB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB224; }
p { color: rgb(253,178,36); }
H1.HeaderClassName
{
color: #FDB224;
}
.AnyTagClassName
{
color: #FDB224;
}
</style>
background-color css
<style>
a { background-color: #FDB224; }
a { background-color: rgb(253,178,36); }
div.DivClassName
{
background-color: #FDB224;
}
.BgClassName
{
background-color: #FDB224;
}
</style>
border-color css
<style>
span { border-color: #FDB224; }
span { border-color: rgb(253,178,36); }
td.TdClassName
{
border-color: #FDB224;
}
.TagClassName
{
border-color: #FDB224;
}
</style>