Shades of Sunglow #FCCA33
Tints of Sunglow #FCCA33
RGB
CMYK
RGB Variations
Color information
#FCCA33 (or 0xFCCA33) is known color: Sunglow. HEX triplet: FC, CA and 33. RGB value is (252,202,51). Sum of RGB (Red+Green+Blue) = 252+202+51=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA33 is #0335CC. Grayscale: #C8C8C8. Windows color (decimal): -210381 or 3394300. OLE color: 3394300.
HSL color Cylindrical-coordinate representation of color #FCCA33: hue angle of 45.07º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCCA33 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 51 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.01 |
| HSL | 45.07º | 0.97% | 0.59% | - |
| HSV(B) | 45.07º | 0.8% | 0.99% | - |
| XYZ | 61.86 | 63.18 | 12.07 | - |
| YUV | 199.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 51 | 0 | 0.20 | 0.80 | 0.01 | 45.07 | 0.97 | 0.59 |
| Hex | FC | CA | 33 | 0 | 14 | 50 | 1 | 2D | 61 | 3B |
| Octal | 374 | 312 | 63 | 0 | 24 | 120 | 1 | 55 | 141 | 73 |
| Binary | 11111100 | 11001010 | 110011 | 0 | 10100 | 1010000 | 1 | 101101 | 1100001 | 111011 |
Color Harmonies of #FCCA33
Complementary color
Monochromatic Colors of #FCCA33
Black with #FCCA33
Text Example
Text Example
White with #FCCA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA33; }
p { color: rgb(252,202,51); }
H1.HeaderClassName
{
color: #FCCA33;
}
.AnyTagClassName
{
color: #FCCA33;
}
</style>
background-color css
<style>
a { background-color: #FCCA33; }
a { background-color: rgb(252,202,51); }
div.DivClassName
{
background-color: #FCCA33;
}
.BgClassName
{
background-color: #FCCA33;
}
</style>
border-color css
<style>
span { border-color: #FCCA33; }
span { border-color: rgb(252,202,51); }
td.TdClassName
{
border-color: #FCCA33;
}
.TagClassName
{
border-color: #FCCA33;
}
</style>