Shades of Supernova #FFAF38
Tints of Supernova #FFAF38
RGB
CMYK
RGB Variations
Color information
#FFAF38 (or 0xFFAF38) is known color: Supernova. HEX triplet: FF, AF and 38. RGB value is (255,175,56). Sum of RGB (Red+Green+Blue) = 255+175+56=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF38 is #0050C7. Grayscale: #B9B9B9. Windows color (decimal): -20680 or 3715071. OLE color: 3715071.
HSL color Cylindrical-coordinate representation of color #FFAF38: hue angle of 35.88º 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 #FFAF38 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 56 | - |
| CMYK | 0 | 0.31 | 0.78 | 0 |
| HSL | 35.88º | 1% | 0.61% | - |
| HSV(B) | 35.88º | 0.78% | 1% | - |
| XYZ | 57.28 | 52.21 | 10.8 | - |
| YUV | 185.35 | 55 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 56 | 0 | 0.31 | 0.78 | 0 | 35.88 | 1 | 0.61 |
| Hex | FF | AF | 38 | 0 | 1F | 4E | 0 | 24 | 64 | 3D |
| Octal | 377 | 257 | 70 | 0 | 37 | 116 | 0 | 44 | 144 | 75 |
| Binary | 11111111 | 10101111 | 111000 | 0 | 11111 | 1001110 | 0 | 100100 | 1100100 | 111101 |
Color Harmonies of #FFAF38
Complementary color
Monochromatic Colors of #FFAF38
Black with #FFAF38
Text Example
Text Example
White with #FFAF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF38; }
p { color: rgb(255,175,56); }
H1.HeaderClassName
{
color: #FFAF38;
}
.AnyTagClassName
{
color: #FFAF38;
}
</style>
background-color css
<style>
a { background-color: #FFAF38; }
a { background-color: rgb(255,175,56); }
div.DivClassName
{
background-color: #FFAF38;
}
.BgClassName
{
background-color: #FFAF38;
}
</style>
border-color css
<style>
span { border-color: #FFAF38; }
span { border-color: rgb(255,175,56); }
td.TdClassName
{
border-color: #FFAF38;
}
.TagClassName
{
border-color: #FFAF38;
}
</style>