Shades of Supernova #FCAF2C
Tints of Supernova #FCAF2C
RGB
CMYK
RGB Variations
Color information
#FCAF2C (or 0xFCAF2C) is known color: Supernova. HEX triplet: FC, AF and 2C. RGB value is (252,175,44). Sum of RGB (Red+Green+Blue) = 252+175+44=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF2C is #0350D3. Grayscale: #B7B7B7. Windows color (decimal): -217300 or 2928636. OLE color: 2928636.
HSL color Cylindrical-coordinate representation of color #FCAF2C: hue angle of 37.79º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCAF2C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 44 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.01 |
| HSL | 37.79º | 0.97% | 0.58% | - |
| HSV(B) | 37.79º | 0.83% | 0.99% | - |
| XYZ | 55.93 | 51.54 | 9.38 | - |
| YUV | 183.09 | 49.51 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 44 | 0 | 0.31 | 0.83 | 0.01 | 37.79 | 0.97 | 0.58 |
| Hex | FC | AF | 2C | 0 | 1F | 53 | 1 | 26 | 61 | 3A |
| Octal | 374 | 257 | 54 | 0 | 37 | 123 | 1 | 46 | 141 | 72 |
| Binary | 11111100 | 10101111 | 101100 | 0 | 11111 | 1010011 | 1 | 100110 | 1100001 | 111010 |
Color Harmonies of #FCAF2C
Complementary color
Monochromatic Colors of #FCAF2C
Black with #FCAF2C
Text Example
Text Example
White with #FCAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF2C; }
p { color: rgb(252,175,44); }
H1.HeaderClassName
{
color: #FCAF2C;
}
.AnyTagClassName
{
color: #FCAF2C;
}
</style>
background-color css
<style>
a { background-color: #FCAF2C; }
a { background-color: rgb(252,175,44); }
div.DivClassName
{
background-color: #FCAF2C;
}
.BgClassName
{
background-color: #FCAF2C;
}
</style>
border-color css
<style>
span { border-color: #FCAF2C; }
span { border-color: rgb(252,175,44); }
td.TdClassName
{
border-color: #FCAF2C;
}
.TagClassName
{
border-color: #FCAF2C;
}
</style>