Shades of Sunglow #FCCB3B
Tints of Sunglow #FCCB3B
RGB
CMYK
RGB Variations
Color information
#FCCB3B (or 0xFCCB3B) is known color: Sunglow. HEX triplet: FC, CB and 3B. RGB value is (252,203,59). Sum of RGB (Red+Green+Blue) = 252+203+59=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 59 (23.44% from 255 or 11.48% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB3B is #0334C4. Grayscale: #C9C9C9. Windows color (decimal): -210117 or 3918844. OLE color: 3918844.
HSL color Cylindrical-coordinate representation of color #FCCB3B: hue angle of 44.77º 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 #FCCB3B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 59 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.01 |
| HSL | 44.77º | 0.97% | 0.61% | - |
| HSV(B) | 44.77º | 0.77% | 0.99% | - |
| XYZ | 62.29 | 63.72 | 13.15 | - |
| YUV | 201.24 | 47.73 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 59 | 0 | 0.19 | 0.77 | 0.01 | 44.77 | 0.97 | 0.61 |
| Hex | FC | CB | 3B | 0 | 13 | 4D | 1 | 2D | 61 | 3D |
| Octal | 374 | 313 | 73 | 0 | 23 | 115 | 1 | 55 | 141 | 75 |
| Binary | 11111100 | 11001011 | 111011 | 0 | 10011 | 1001101 | 1 | 101101 | 1100001 | 111101 |
Color Harmonies of #FCCB3B
Complementary color
Monochromatic Colors of #FCCB3B
Black with #FCCB3B
Text Example
Text Example
White with #FCCB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB3B; }
p { color: rgb(252,203,59); }
H1.HeaderClassName
{
color: #FCCB3B;
}
.AnyTagClassName
{
color: #FCCB3B;
}
</style>
background-color css
<style>
a { background-color: #FCCB3B; }
a { background-color: rgb(252,203,59); }
div.DivClassName
{
background-color: #FCCB3B;
}
.BgClassName
{
background-color: #FCCB3B;
}
</style>
border-color css
<style>
span { border-color: #FCCB3B; }
span { border-color: rgb(252,203,59); }
td.TdClassName
{
border-color: #FCCB3B;
}
.TagClassName
{
border-color: #FCCB3B;
}
</style>