Shades of Supernova #FFAF39
Tints of Supernova #FFAF39
RGB
CMYK
RGB Variations
Color information
#FFAF39 (or 0xFFAF39) is known color: Supernova. HEX triplet: FF, AF and 39. RGB value is (255,175,57). Sum of RGB (Red+Green+Blue) = 255+175+57=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF39 is #0050C6. Grayscale: #BABABA. Windows color (decimal): -20679 or 3780607. OLE color: 3780607.
HSL color Cylindrical-coordinate representation of color #FFAF39: hue angle of 35.76º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFAF39 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 57 | - |
| CMYK | 0 | 0.31 | 0.78 | 0 |
| HSL | 35.76º | 1% | 0.61% | - |
| HSV(B) | 35.76º | 0.78% | 1% | - |
| XYZ | 57.31 | 52.22 | 10.93 | - |
| YUV | 185.47 | 55.5 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 57 | 0 | 0.31 | 0.78 | 0 | 35.76 | 1 | 0.61 |
| Hex | FF | AF | 39 | 0 | 1F | 4E | 0 | 24 | 64 | 3D |
| Octal | 377 | 257 | 71 | 0 | 37 | 116 | 0 | 44 | 144 | 75 |
| Binary | 11111111 | 10101111 | 111001 | 0 | 11111 | 1001110 | 0 | 100100 | 1100100 | 111101 |
Color Harmonies of #FFAF39
Complementary color
Monochromatic Colors of #FFAF39
Black with #FFAF39
Text Example
Text Example
White with #FFAF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF39; }
p { color: rgb(255,175,57); }
H1.HeaderClassName
{
color: #FFAF39;
}
.AnyTagClassName
{
color: #FFAF39;
}
</style>
background-color css
<style>
a { background-color: #FFAF39; }
a { background-color: rgb(255,175,57); }
div.DivClassName
{
background-color: #FFAF39;
}
.BgClassName
{
background-color: #FFAF39;
}
</style>
border-color css
<style>
span { border-color: #FFAF39; }
span { border-color: rgb(255,175,57); }
td.TdClassName
{
border-color: #FFAF39;
}
.TagClassName
{
border-color: #FFAF39;
}
</style>