Shades of Supernova #FDAF32
Tints of Supernova #FDAF32
RGB
CMYK
RGB Variations
Color information
#FDAF32 (or 0xFDAF32) is known color: Supernova. HEX triplet: FD, AF and 32. RGB value is (253,175,50). Sum of RGB (Red+Green+Blue) = 253+175+50=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAF32 is #0250CD. Grayscale: #B8B8B8. Windows color (decimal): -151758 or 3321853. OLE color: 3321853.
HSL color Cylindrical-coordinate representation of color #FDAF32: hue angle of 36.95º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDAF32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 175 | 50 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.01 |
| HSL | 36.95º | 0.98% | 0.59% | - |
| HSV(B) | 36.95º | 0.8% | 0.99% | - |
| XYZ | 56.41 | 51.77 | 10.04 | - |
| YUV | 184.07 | 52.34 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 175 | 50 | 0 | 0.31 | 0.80 | 0.01 | 36.95 | 0.98 | 0.59 |
| Hex | FD | AF | 32 | 0 | 1F | 50 | 1 | 25 | 62 | 3B |
| Octal | 375 | 257 | 62 | 0 | 37 | 120 | 1 | 45 | 142 | 73 |
| Binary | 11111101 | 10101111 | 110010 | 0 | 11111 | 1010000 | 1 | 100101 | 1100010 | 111011 |
Color Harmonies of #FDAF32
Complementary color
Monochromatic Colors of #FDAF32
Black with #FDAF32
Text Example
Text Example
White with #FDAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAF32; }
p { color: rgb(253,175,50); }
H1.HeaderClassName
{
color: #FDAF32;
}
.AnyTagClassName
{
color: #FDAF32;
}
</style>
background-color css
<style>
a { background-color: #FDAF32; }
a { background-color: rgb(253,175,50); }
div.DivClassName
{
background-color: #FDAF32;
}
.BgClassName
{
background-color: #FDAF32;
}
</style>
border-color css
<style>
span { border-color: #FDAF32; }
span { border-color: rgb(253,175,50); }
td.TdClassName
{
border-color: #FDAF32;
}
.TagClassName
{
border-color: #FDAF32;
}
</style>