Shades of Supernova #FCAF28
Tints of Supernova #FCAF28
RGB
CMYK
RGB Variations
Color information
#FCAF28 (or 0xFCAF28) is known color: Supernova. HEX triplet: FC, AF and 28. RGB value is (252,175,40). Sum of RGB (Red+Green+Blue) = 252+175+40=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF28 is #0350D7. Grayscale: #B7B7B7. Windows color (decimal): -217304 or 2666492. OLE color: 2666492.
HSL color Cylindrical-coordinate representation of color #FCAF28: hue angle of 38.21º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCAF28 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 40 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.01 |
| HSL | 38.21º | 0.97% | 0.57% | - |
| HSV(B) | 38.21º | 0.84% | 0.99% | - |
| XYZ | 55.86 | 51.51 | 9.01 | - |
| YUV | 182.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 40 | 0 | 0.31 | 0.84 | 0.01 | 38.21 | 0.97 | 0.57 |
| Hex | FC | AF | 28 | 0 | 1F | 54 | 1 | 26 | 61 | 39 |
| Octal | 374 | 257 | 50 | 0 | 37 | 124 | 1 | 46 | 141 | 71 |
| Binary | 11111100 | 10101111 | 101000 | 0 | 11111 | 1010100 | 1 | 100110 | 1100001 | 111001 |
Color Harmonies of #FCAF28
Complementary color
Monochromatic Colors of #FCAF28
Black with #FCAF28
Text Example
Text Example
White with #FCAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF28; }
p { color: rgb(252,175,40); }
H1.HeaderClassName
{
color: #FCAF28;
}
.AnyTagClassName
{
color: #FCAF28;
}
</style>
background-color css
<style>
a { background-color: #FCAF28; }
a { background-color: rgb(252,175,40); }
div.DivClassName
{
background-color: #FCAF28;
}
.BgClassName
{
background-color: #FCAF28;
}
</style>
border-color css
<style>
span { border-color: #FCAF28; }
span { border-color: rgb(252,175,40); }
td.TdClassName
{
border-color: #FCAF28;
}
.TagClassName
{
border-color: #FCAF28;
}
</style>