Shades of Supernova #FFAF2C
Tints of Supernova #FFAF2C
RGB
CMYK
RGB Variations
Color information
#FFAF2C (or 0xFFAF2C) is known color: Supernova. HEX triplet: FF, AF and 2C. RGB value is (255,175,44). Sum of RGB (Red+Green+Blue) = 255+175+44=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF2C is #0050D3. Grayscale: #B8B8B8. Windows color (decimal): -20692 or 2928639. OLE color: 2928639.
HSL color Cylindrical-coordinate representation of color #FFAF2C: hue angle of 37.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFAF2C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 44 | - |
| CMYK | 0 | 0.31 | 0.83 | 0 |
| HSL | 37.25º | 1% | 0.59% | - |
| HSV(B) | 37.25º | 0.83% | 1% | - |
| XYZ | 57.02 | 52.1 | 9.43 | - |
| YUV | 183.99 | 49 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 44 | 0 | 0.31 | 0.83 | 0 | 37.25 | 1 | 0.59 |
| Hex | FF | AF | 2C | 0 | 1F | 53 | 0 | 25 | 64 | 3B |
| Octal | 377 | 257 | 54 | 0 | 37 | 123 | 0 | 45 | 144 | 73 |
| Binary | 11111111 | 10101111 | 101100 | 0 | 11111 | 1010011 | 0 | 100101 | 1100100 | 111011 |
Color Harmonies of #FFAF2C
Complementary color
Monochromatic Colors of #FFAF2C
Black with #FFAF2C
Text Example
Text Example
White with #FFAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF2C; }
p { color: rgb(255,175,44); }
H1.HeaderClassName
{
color: #FFAF2C;
}
.AnyTagClassName
{
color: #FFAF2C;
}
</style>
background-color css
<style>
a { background-color: #FFAF2C; }
a { background-color: rgb(255,175,44); }
div.DivClassName
{
background-color: #FFAF2C;
}
.BgClassName
{
background-color: #FFAF2C;
}
</style>
border-color css
<style>
span { border-color: #FFAF2C; }
span { border-color: rgb(255,175,44); }
td.TdClassName
{
border-color: #FFAF2C;
}
.TagClassName
{
border-color: #FFAF2C;
}
</style>