Shades of Supernova #FFAF3A
Tints of Supernova #FFAF3A
RGB
CMYK
RGB Variations
Color information
#FFAF3A (or 0xFFAF3A) is known color: Supernova. HEX triplet: FF, AF and 3A. RGB value is (255,175,58). Sum of RGB (Red+Green+Blue) = 255+175+58=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF3A is #0050C5. Grayscale: #BABABA. Windows color (decimal): -20678 or 3846143. OLE color: 3846143.
HSL color Cylindrical-coordinate representation of color #FFAF3A: hue angle of 35.63º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFAF3A is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 58 | - |
| CMYK | 0 | 0.31 | 0.77 | 0 |
| HSL | 35.63º | 1% | 0.61% | - |
| HSV(B) | 35.63º | 0.77% | 1% | - |
| XYZ | 57.33 | 52.23 | 11.06 | - |
| YUV | 185.58 | 56 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 58 | 0 | 0.31 | 0.77 | 0 | 35.63 | 1 | 0.61 |
| Hex | FF | AF | 3A | 0 | 1F | 4D | 0 | 24 | 64 | 3D |
| Octal | 377 | 257 | 72 | 0 | 37 | 115 | 0 | 44 | 144 | 75 |
| Binary | 11111111 | 10101111 | 111010 | 0 | 11111 | 1001101 | 0 | 100100 | 1100100 | 111101 |
Color Harmonies of #FFAF3A
Complementary color
Monochromatic Colors of #FFAF3A
Black with #FFAF3A
Text Example
Text Example
White with #FFAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF3A; }
p { color: rgb(255,175,58); }
H1.HeaderClassName
{
color: #FFAF3A;
}
.AnyTagClassName
{
color: #FFAF3A;
}
</style>
background-color css
<style>
a { background-color: #FFAF3A; }
a { background-color: rgb(255,175,58); }
div.DivClassName
{
background-color: #FFAF3A;
}
.BgClassName
{
background-color: #FFAF3A;
}
</style>
border-color css
<style>
span { border-color: #FFAF3A; }
span { border-color: rgb(255,175,58); }
td.TdClassName
{
border-color: #FFAF3A;
}
.TagClassName
{
border-color: #FFAF3A;
}
</style>