Shades of Supernova #FFAF3B
Tints of Supernova #FFAF3B
RGB
CMYK
RGB Variations
Color information
#FFAF3B (or 0xFFAF3B) is known color: Supernova. HEX triplet: FF, AF and 3B. RGB value is (255,175,59). Sum of RGB (Red+Green+Blue) = 255+175+59=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 59 (23.44% from 255 or 12.07% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF3B is #0050C4. Grayscale: #BABABA. Windows color (decimal): -20677 or 3911679. OLE color: 3911679.
HSL color Cylindrical-coordinate representation of color #FFAF3B: hue angle of 35.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFAF3B is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 59 | - |
| CMYK | 0 | 0.31 | 0.77 | 0 |
| HSL | 35.51º | 1% | 0.62% | - |
| HSV(B) | 35.51º | 0.77% | 1% | - |
| XYZ | 57.36 | 52.24 | 11.2 | - |
| YUV | 185.7 | 56.5 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 59 | 0 | 0.31 | 0.77 | 0 | 35.51 | 1 | 0.62 |
| Hex | FF | AF | 3B | 0 | 1F | 4D | 0 | 24 | 64 | 3E |
| Octal | 377 | 257 | 73 | 0 | 37 | 115 | 0 | 44 | 144 | 76 |
| Binary | 11111111 | 10101111 | 111011 | 0 | 11111 | 1001101 | 0 | 100100 | 1100100 | 111110 |
Color Harmonies of #FFAF3B
Complementary color
Monochromatic Colors of #FFAF3B
Black with #FFAF3B
Text Example
Text Example
White with #FFAF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF3B; }
p { color: rgb(255,175,59); }
H1.HeaderClassName
{
color: #FFAF3B;
}
.AnyTagClassName
{
color: #FFAF3B;
}
</style>
background-color css
<style>
a { background-color: #FFAF3B; }
a { background-color: rgb(255,175,59); }
div.DivClassName
{
background-color: #FFAF3B;
}
.BgClassName
{
background-color: #FFAF3B;
}
</style>
border-color css
<style>
span { border-color: #FFAF3B; }
span { border-color: rgb(255,175,59); }
td.TdClassName
{
border-color: #FFAF3B;
}
.TagClassName
{
border-color: #FFAF3B;
}
</style>