Shades of Supernova #FFAF28
Tints of Supernova #FFAF28
RGB
CMYK
RGB Variations
Color information
#FFAF28 (or 0xFFAF28) is known color: Supernova. HEX triplet: FF, AF and 28. RGB value is (255,175,40). Sum of RGB (Red+Green+Blue) = 255+175+40=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF28 is #0050D7. Grayscale: #B8B8B8. Windows color (decimal): -20696 or 2666495. OLE color: 2666495.
HSL color Cylindrical-coordinate representation of color #FFAF28: hue angle of 37.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFAF28 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 40 | - |
| CMYK | 0 | 0.31 | 0.84 | 0 |
| HSL | 37.67º | 1% | 0.58% | - |
| HSV(B) | 37.67º | 0.84% | 1% | - |
| XYZ | 56.95 | 52.07 | 9.06 | - |
| YUV | 183.53 | 47 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 40 | 0 | 0.31 | 0.84 | 0 | 37.67 | 1 | 0.58 |
| Hex | FF | AF | 28 | 0 | 1F | 54 | 0 | 26 | 64 | 3A |
| Octal | 377 | 257 | 50 | 0 | 37 | 124 | 0 | 46 | 144 | 72 |
| Binary | 11111111 | 10101111 | 101000 | 0 | 11111 | 1010100 | 0 | 100110 | 1100100 | 111010 |
Color Harmonies of #FFAF28
Complementary color
Monochromatic Colors of #FFAF28
Black with #FFAF28
Text Example
Text Example
White with #FFAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF28; }
p { color: rgb(255,175,40); }
H1.HeaderClassName
{
color: #FFAF28;
}
.AnyTagClassName
{
color: #FFAF28;
}
</style>
background-color css
<style>
a { background-color: #FFAF28; }
a { background-color: rgb(255,175,40); }
div.DivClassName
{
background-color: #FFAF28;
}
.BgClassName
{
background-color: #FFAF28;
}
</style>
border-color css
<style>
span { border-color: #FFAF28; }
span { border-color: rgb(255,175,40); }
td.TdClassName
{
border-color: #FFAF28;
}
.TagClassName
{
border-color: #FFAF28;
}
</style>