Shades of Supernova #FFAF27
Tints of Supernova #FFAF27
RGB
CMYK
RGB Variations
Color information
#FFAF27 (or 0xFFAF27) is known color: Supernova. HEX triplet: FF, AF and 27. RGB value is (255,175,39). Sum of RGB (Red+Green+Blue) = 255+175+39=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF27 is #0050D8. Grayscale: #B8B8B8. Windows color (decimal): -20697 or 2600959. OLE color: 2600959.
HSL color Cylindrical-coordinate representation of color #FFAF27: hue angle of 37.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFAF27 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 39 | - |
| CMYK | 0 | 0.31 | 0.85 | 0 |
| HSL | 37.78º | 1% | 0.58% | - |
| HSV(B) | 37.78º | 0.85% | 1% | - |
| XYZ | 56.94 | 52.07 | 8.97 | - |
| YUV | 183.42 | 46.5 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 39 | 0 | 0.31 | 0.85 | 0 | 37.78 | 1 | 0.58 |
| Hex | FF | AF | 27 | 0 | 1F | 55 | 0 | 26 | 64 | 3A |
| Octal | 377 | 257 | 47 | 0 | 37 | 125 | 0 | 46 | 144 | 72 |
| Binary | 11111111 | 10101111 | 100111 | 0 | 11111 | 1010101 | 0 | 100110 | 1100100 | 111010 |
Color Harmonies of #FFAF27
Complementary color
Monochromatic Colors of #FFAF27
Black with #FFAF27
Text Example
Text Example
White with #FFAF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF27; }
p { color: rgb(255,175,39); }
H1.HeaderClassName
{
color: #FFAF27;
}
.AnyTagClassName
{
color: #FFAF27;
}
</style>
background-color css
<style>
a { background-color: #FFAF27; }
a { background-color: rgb(255,175,39); }
div.DivClassName
{
background-color: #FFAF27;
}
.BgClassName
{
background-color: #FFAF27;
}
</style>
border-color css
<style>
span { border-color: #FFAF27; }
span { border-color: rgb(255,175,39); }
td.TdClassName
{
border-color: #FFAF27;
}
.TagClassName
{
border-color: #FFAF27;
}
</style>