Shades of Supernova #FFAB32
Tints of Supernova #FFAB32
RGB
CMYK
RGB Variations
Color information
#FFAB32 (or 0xFFAB32) is known color: Supernova. HEX triplet: FF, AB and 32. RGB value is (255,171,50). Sum of RGB (Red+Green+Blue) = 255+171+50=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB32 is #0054CD. Grayscale: #B6B6B6. Windows color (decimal): -21710 or 3320831. OLE color: 3320831.
HSL color Cylindrical-coordinate representation of color #FFAB32: hue angle of 35.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFAB32 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 50 | - |
| CMYK | 0 | 0.33 | 0.80 | 0 |
| HSL | 35.41º | 1% | 0.6% | - |
| HSV(B) | 35.41º | 0.8% | 1% | - |
| XYZ | 56.38 | 50.62 | 9.82 | - |
| YUV | 182.32 | 53.33 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 50 | 0 | 0.33 | 0.80 | 0 | 35.41 | 1 | 0.6 |
| Hex | FF | AB | 32 | 0 | 21 | 50 | 0 | 23 | 64 | 3C |
| Octal | 377 | 253 | 62 | 0 | 41 | 120 | 0 | 43 | 144 | 74 |
| Binary | 11111111 | 10101011 | 110010 | 0 | 100001 | 1010000 | 0 | 100011 | 1100100 | 111100 |
Color Harmonies of #FFAB32
Complementary color
Monochromatic Colors of #FFAB32
Black with #FFAB32
Text Example
Text Example
White with #FFAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB32; }
p { color: rgb(255,171,50); }
H1.HeaderClassName
{
color: #FFAB32;
}
.AnyTagClassName
{
color: #FFAB32;
}
</style>
background-color css
<style>
a { background-color: #FFAB32; }
a { background-color: rgb(255,171,50); }
div.DivClassName
{
background-color: #FFAB32;
}
.BgClassName
{
background-color: #FFAB32;
}
</style>
border-color css
<style>
span { border-color: #FFAB32; }
span { border-color: rgb(255,171,50); }
td.TdClassName
{
border-color: #FFAB32;
}
.TagClassName
{
border-color: #FFAB32;
}
</style>