Shades of Sunglow #FCCB3A
Tints of Sunglow #FCCB3A
RGB
CMYK
RGB Variations
Color information
#FCCB3A (or 0xFCCB3A) is known color: Sunglow. HEX triplet: FC, CB and 3A. RGB value is (252,203,58). Sum of RGB (Red+Green+Blue) = 252+203+58=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB3A is #0334C5. Grayscale: #C9C9C9. Windows color (decimal): -210118 or 3853308. OLE color: 3853308.
HSL color Cylindrical-coordinate representation of color #FCCB3A: hue angle of 44.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCCB3A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 58 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.01 |
| HSL | 44.85º | 0.97% | 0.61% | - |
| HSV(B) | 44.85º | 0.77% | 0.99% | - |
| XYZ | 62.26 | 63.71 | 13.02 | - |
| YUV | 201.12 | 47.23 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 58 | 0 | 0.19 | 0.77 | 0.01 | 44.85 | 0.97 | 0.61 |
| Hex | FC | CB | 3A | 0 | 13 | 4D | 1 | 2D | 61 | 3D |
| Octal | 374 | 313 | 72 | 0 | 23 | 115 | 1 | 55 | 141 | 75 |
| Binary | 11111100 | 11001011 | 111010 | 0 | 10011 | 1001101 | 1 | 101101 | 1100001 | 111101 |
Color Harmonies of #FCCB3A
Complementary color
Monochromatic Colors of #FCCB3A
Black with #FCCB3A
Text Example
Text Example
White with #FCCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB3A; }
p { color: rgb(252,203,58); }
H1.HeaderClassName
{
color: #FCCB3A;
}
.AnyTagClassName
{
color: #FCCB3A;
}
</style>
background-color css
<style>
a { background-color: #FCCB3A; }
a { background-color: rgb(252,203,58); }
div.DivClassName
{
background-color: #FCCB3A;
}
.BgClassName
{
background-color: #FCCB3A;
}
</style>
border-color css
<style>
span { border-color: #FCCB3A; }
span { border-color: rgb(252,203,58); }
td.TdClassName
{
border-color: #FCCB3A;
}
.TagClassName
{
border-color: #FCCB3A;
}
</style>