Shades of Supernova #FFAB30
Tints of Supernova #FFAB30
RGB
CMYK
RGB Variations
Color information
#FFAB30 (or 0xFFAB30) is known color: Supernova. HEX triplet: FF, AB and 30. RGB value is (255,171,48). Sum of RGB (Red+Green+Blue) = 255+171+48=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB30 is #0054CF. Grayscale: #B6B6B6. Windows color (decimal): -21712 or 3189759. OLE color: 3189759.
HSL color Cylindrical-coordinate representation of color #FFAB30: hue angle of 35.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFAB30 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 48 | - |
| CMYK | 0 | 0.33 | 0.81 | 0 |
| HSL | 35.65º | 1% | 0.59% | - |
| HSV(B) | 35.65º | 0.81% | 1% | - |
| XYZ | 56.34 | 50.6 | 9.59 | - |
| YUV | 182.09 | 52.33 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 48 | 0 | 0.33 | 0.81 | 0 | 35.65 | 1 | 0.59 |
| Hex | FF | AB | 30 | 0 | 21 | 51 | 0 | 24 | 64 | 3B |
| Octal | 377 | 253 | 60 | 0 | 41 | 121 | 0 | 44 | 144 | 73 |
| Binary | 11111111 | 10101011 | 110000 | 0 | 100001 | 1010001 | 0 | 100100 | 1100100 | 111011 |
Color Harmonies of #FFAB30
Complementary color
Monochromatic Colors of #FFAB30
Black with #FFAB30
Text Example
Text Example
White with #FFAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB30; }
p { color: rgb(255,171,48); }
H1.HeaderClassName
{
color: #FFAB30;
}
.AnyTagClassName
{
color: #FFAB30;
}
</style>
background-color css
<style>
a { background-color: #FFAB30; }
a { background-color: rgb(255,171,48); }
div.DivClassName
{
background-color: #FFAB30;
}
.BgClassName
{
background-color: #FFAB30;
}
</style>
border-color css
<style>
span { border-color: #FFAB30; }
span { border-color: rgb(255,171,48); }
td.TdClassName
{
border-color: #FFAB30;
}
.TagClassName
{
border-color: #FFAB30;
}
</style>