Shades of Supernova #FFAB2D
Tints of Supernova #FFAB2D
RGB
CMYK
RGB Variations
Color information
#FFAB2D (or 0xFFAB2D) is known color: Supernova. HEX triplet: FF, AB and 2D. RGB value is (255,171,45). Sum of RGB (Red+Green+Blue) = 255+171+45=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB2D is #0054D2. Grayscale: #B6B6B6. Windows color (decimal): -21715 or 2993151. OLE color: 2993151.
HSL color Cylindrical-coordinate representation of color #FFAB2D: hue angle of 36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFAB2D is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 45 | - |
| CMYK | 0 | 0.33 | 0.82 | 0 |
| HSL | 36º | 1% | 0.59% | - |
| HSV(B) | 36º | 0.82% | 1% | - |
| XYZ | 56.28 | 50.58 | 9.28 | - |
| YUV | 181.75 | 50.83 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 45 | 0 | 0.33 | 0.82 | 0 | 36 | 1 | 0.59 |
| Hex | FF | AB | 2D | 0 | 21 | 52 | 0 | 24 | 64 | 3B |
| Octal | 377 | 253 | 55 | 0 | 41 | 122 | 0 | 44 | 144 | 73 |
| Binary | 11111111 | 10101011 | 101101 | 0 | 100001 | 1010010 | 0 | 100100 | 1100100 | 111011 |
Color Harmonies of #FFAB2D
Complementary color
Monochromatic Colors of #FFAB2D
Black with #FFAB2D
Text Example
Text Example
White with #FFAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB2D; }
p { color: rgb(255,171,45); }
H1.HeaderClassName
{
color: #FFAB2D;
}
.AnyTagClassName
{
color: #FFAB2D;
}
</style>
background-color css
<style>
a { background-color: #FFAB2D; }
a { background-color: rgb(255,171,45); }
div.DivClassName
{
background-color: #FFAB2D;
}
.BgClassName
{
background-color: #FFAB2D;
}
</style>
border-color css
<style>
span { border-color: #FFAB2D; }
span { border-color: rgb(255,171,45); }
td.TdClassName
{
border-color: #FFAB2D;
}
.TagClassName
{
border-color: #FFAB2D;
}
</style>