Shades of Supernova #F2AF3C
Tints of Supernova #F2AF3C
RGB
CMYK
RGB Variations
Color information
#F2AF3C (or 0xF2AF3C) is known color: Supernova. HEX triplet: F2, AF and 3C. RGB value is (242,175,60). Sum of RGB (Red+Green+Blue) = 242+175+60=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF3C is #0D50C3. Grayscale: #B6B6B6. Windows color (decimal): -872644 or 3977202. OLE color: 3977202.
HSL color Cylindrical-coordinate representation of color #F2AF3C: hue angle of 37.91º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2AF3C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 60 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.05 |
| HSL | 37.91º | 0.88% | 0.59% | - |
| HSV(B) | 37.91º | 0.75% | 0.95% | - |
| XYZ | 52.76 | 49.86 | 11.12 | - |
| YUV | 181.92 | 59.2 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 60 | 0 | 0.28 | 0.75 | 0.05 | 37.91 | 0.88 | 0.59 |
| Hex | F2 | AF | 3C | 0 | 1C | 4B | 5 | 26 | 58 | 3B |
| Octal | 362 | 257 | 74 | 0 | 34 | 113 | 5 | 46 | 130 | 73 |
| Binary | 11110010 | 10101111 | 111100 | 0 | 11100 | 1001011 | 101 | 100110 | 1011000 | 111011 |
Color Harmonies of #F2AF3C
Complementary color
Monochromatic Colors of #F2AF3C
Black with #F2AF3C
Text Example
Text Example
White with #F2AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF3C; }
p { color: rgb(242,175,60); }
H1.HeaderClassName
{
color: #F2AF3C;
}
.AnyTagClassName
{
color: #F2AF3C;
}
</style>
background-color css
<style>
a { background-color: #F2AF3C; }
a { background-color: rgb(242,175,60); }
div.DivClassName
{
background-color: #F2AF3C;
}
.BgClassName
{
background-color: #F2AF3C;
}
</style>
border-color css
<style>
span { border-color: #F2AF3C; }
span { border-color: rgb(242,175,60); }
td.TdClassName
{
border-color: #F2AF3C;
}
.TagClassName
{
border-color: #F2AF3C;
}
</style>