Shades of Supernova #F3AF3C
Tints of Supernova #F3AF3C
RGB
CMYK
RGB Variations
Color information
#F3AF3C (or 0xF3AF3C) is known color: Supernova. HEX triplet: F3, AF and 3C. RGB value is (243,175,60). Sum of RGB (Red+Green+Blue) = 243+175+60=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AF3C is #0C50C3. Grayscale: #B6B6B6. Windows color (decimal): -807108 or 3977203. OLE color: 3977203.
HSL color Cylindrical-coordinate representation of color #F3AF3C: hue angle of 37.7º 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 #F3AF3C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 60 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.05 |
| HSL | 37.7º | 0.88% | 0.59% | - |
| HSV(B) | 37.7º | 0.75% | 0.95% | - |
| XYZ | 53.11 | 50.04 | 11.13 | - |
| YUV | 182.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 60 | 0 | 0.28 | 0.75 | 0.05 | 37.7 | 0.88 | 0.59 |
| Hex | F3 | AF | 3C | 0 | 1C | 4B | 5 | 26 | 58 | 3B |
| Octal | 363 | 257 | 74 | 0 | 34 | 113 | 5 | 46 | 130 | 73 |
| Binary | 11110011 | 10101111 | 111100 | 0 | 11100 | 1001011 | 101 | 100110 | 1011000 | 111011 |
Color Harmonies of #F3AF3C
Complementary color
Monochromatic Colors of #F3AF3C
Black with #F3AF3C
Text Example
Text Example
White with #F3AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF3C; }
p { color: rgb(243,175,60); }
H1.HeaderClassName
{
color: #F3AF3C;
}
.AnyTagClassName
{
color: #F3AF3C;
}
</style>
background-color css
<style>
a { background-color: #F3AF3C; }
a { background-color: rgb(243,175,60); }
div.DivClassName
{
background-color: #F3AF3C;
}
.BgClassName
{
background-color: #F3AF3C;
}
</style>
border-color css
<style>
span { border-color: #F3AF3C; }
span { border-color: rgb(243,175,60); }
td.TdClassName
{
border-color: #F3AF3C;
}
.TagClassName
{
border-color: #F3AF3C;
}
</style>