Shades of Sunglow #FCC92B
Tints of Sunglow #FCC92B
RGB
CMYK
RGB Variations
Color information
#FCC92B (or 0xFCC92B) is known color: Sunglow. HEX triplet: FC, C9 and 2B. RGB value is (252,201,43). Sum of RGB (Red+Green+Blue) = 252+201+43=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 43 (17.19% from 255 or 8.67% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC92B is #0336D4. Grayscale: #C6C6C6. Windows color (decimal): -210645 or 2869756. OLE color: 2869756.
HSL color Cylindrical-coordinate representation of color #FCC92B: hue angle of 45.36º 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 #FCC92B is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 43 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.01 |
| HSL | 45.36º | 0.97% | 0.58% | - |
| HSV(B) | 45.36º | 0.83% | 0.99% | - |
| XYZ | 61.47 | 62.64 | 11.14 | - |
| YUV | 198.24 | 40.4 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 43 | 0 | 0.20 | 0.83 | 0.01 | 45.36 | 0.97 | 0.58 |
| Hex | FC | C9 | 2B | 0 | 14 | 53 | 1 | 2D | 61 | 3A |
| Octal | 374 | 311 | 53 | 0 | 24 | 123 | 1 | 55 | 141 | 72 |
| Binary | 11111100 | 11001001 | 101011 | 0 | 10100 | 1010011 | 1 | 101101 | 1100001 | 111010 |
Color Harmonies of #FCC92B
Complementary color
Monochromatic Colors of #FCC92B
Black with #FCC92B
Text Example
Text Example
White with #FCC92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC92B; }
p { color: rgb(252,201,43); }
H1.HeaderClassName
{
color: #FCC92B;
}
.AnyTagClassName
{
color: #FCC92B;
}
</style>
background-color css
<style>
a { background-color: #FCC92B; }
a { background-color: rgb(252,201,43); }
div.DivClassName
{
background-color: #FCC92B;
}
.BgClassName
{
background-color: #FCC92B;
}
</style>
border-color css
<style>
span { border-color: #FCC92B; }
span { border-color: rgb(252,201,43); }
td.TdClassName
{
border-color: #FCC92B;
}
.TagClassName
{
border-color: #FCC92B;
}
</style>