Shades of Supernova #FDB23D
Tints of Supernova #FDB23D
RGB
CMYK
RGB Variations
Color information
#FDB23D (or 0xFDB23D) is known color: Supernova. HEX triplet: FD, B2 and 3D. RGB value is (253,178,61). Sum of RGB (Red+Green+Blue) = 253+178+61=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB23D is #024DC2. Grayscale: #BBBBBB. Windows color (decimal): -150979 or 4043517. OLE color: 4043517.
HSL color Cylindrical-coordinate representation of color #FDB23D: hue angle of 36.56º 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 #FDB23D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 61 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.01 |
| HSL | 36.56º | 0.98% | 0.62% | - |
| HSV(B) | 36.56º | 0.76% | 0.99% | - |
| XYZ | 57.27 | 53.06 | 11.64 | - |
| YUV | 187.09 | 56.85 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 61 | 0 | 0.30 | 0.76 | 0.01 | 36.56 | 0.98 | 0.62 |
| Hex | FD | B2 | 3D | 0 | 1E | 4C | 1 | 25 | 62 | 3E |
| Octal | 375 | 262 | 75 | 0 | 36 | 114 | 1 | 45 | 142 | 76 |
| Binary | 11111101 | 10110010 | 111101 | 0 | 11110 | 1001100 | 1 | 100101 | 1100010 | 111110 |
Color Harmonies of #FDB23D
Complementary color
Monochromatic Colors of #FDB23D
Black with #FDB23D
Text Example
Text Example
White with #FDB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB23D; }
p { color: rgb(253,178,61); }
H1.HeaderClassName
{
color: #FDB23D;
}
.AnyTagClassName
{
color: #FDB23D;
}
</style>
background-color css
<style>
a { background-color: #FDB23D; }
a { background-color: rgb(253,178,61); }
div.DivClassName
{
background-color: #FDB23D;
}
.BgClassName
{
background-color: #FDB23D;
}
</style>
border-color css
<style>
span { border-color: #FDB23D; }
span { border-color: rgb(253,178,61); }
td.TdClassName
{
border-color: #FDB23D;
}
.TagClassName
{
border-color: #FDB23D;
}
</style>