Shades of Supernova #FCAF31
Tints of Supernova #FCAF31
RGB
CMYK
RGB Variations
Color information
#FCAF31 (or 0xFCAF31) is known color: Supernova. HEX triplet: FC, AF and 31. RGB value is (252,175,49). Sum of RGB (Red+Green+Blue) = 252+175+49=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF31 is #0350CE. Grayscale: #B8B8B8. Windows color (decimal): -217295 or 3256316. OLE color: 3256316.
HSL color Cylindrical-coordinate representation of color #FCAF31: hue angle of 37.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCAF31 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 49 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.01 |
| HSL | 37.24º | 0.97% | 0.59% | - |
| HSV(B) | 37.24º | 0.81% | 0.99% | - |
| XYZ | 56.03 | 51.58 | 9.91 | - |
| YUV | 183.66 | 52.01 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 49 | 0 | 0.31 | 0.81 | 0.01 | 37.24 | 0.97 | 0.59 |
| Hex | FC | AF | 31 | 0 | 1F | 51 | 1 | 25 | 61 | 3B |
| Octal | 374 | 257 | 61 | 0 | 37 | 121 | 1 | 45 | 141 | 73 |
| Binary | 11111100 | 10101111 | 110001 | 0 | 11111 | 1010001 | 1 | 100101 | 1100001 | 111011 |
Color Harmonies of #FCAF31
Complementary color
Monochromatic Colors of #FCAF31
Black with #FCAF31
Text Example
Text Example
White with #FCAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF31; }
p { color: rgb(252,175,49); }
H1.HeaderClassName
{
color: #FCAF31;
}
.AnyTagClassName
{
color: #FCAF31;
}
</style>
background-color css
<style>
a { background-color: #FCAF31; }
a { background-color: rgb(252,175,49); }
div.DivClassName
{
background-color: #FCAF31;
}
.BgClassName
{
background-color: #FCAF31;
}
</style>
border-color css
<style>
span { border-color: #FCAF31; }
span { border-color: rgb(252,175,49); }
td.TdClassName
{
border-color: #FCAF31;
}
.TagClassName
{
border-color: #FCAF31;
}
</style>