Shades of Sunglow #FCCB40
Tints of Sunglow #FCCB40
RGB
CMYK
RGB Variations
Color information
#FCCB40 (or 0xFCCB40) is known color: Sunglow. HEX triplet: FC, CB and 40. RGB value is (252,203,64). Sum of RGB (Red+Green+Blue) = 252+203+64=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB40 is #0334BF. Grayscale: #CACACA. Windows color (decimal): -210112 or 4246524. OLE color: 4246524.
HSL color Cylindrical-coordinate representation of color #FCCB40: hue angle of 44.36º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCCB40 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 64 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.01 |
| HSL | 44.36º | 0.97% | 0.62% | - |
| HSV(B) | 44.36º | 0.75% | 0.99% | - |
| XYZ | 62.43 | 63.78 | 13.87 | - |
| YUV | 201.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 64 | 0 | 0.19 | 0.75 | 0.01 | 44.36 | 0.97 | 0.62 |
| Hex | FC | CB | 40 | 0 | 13 | 4B | 1 | 2C | 61 | 3E |
| Octal | 374 | 313 | 100 | 0 | 23 | 113 | 1 | 54 | 141 | 76 |
| Binary | 11111100 | 11001011 | 1000000 | 0 | 10011 | 1001011 | 1 | 101100 | 1100001 | 111110 |
Color Harmonies of #FCCB40
Complementary color
Monochromatic Colors of #FCCB40
Black with #FCCB40
Text Example
Text Example
White with #FCCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB40; }
p { color: rgb(252,203,64); }
H1.HeaderClassName
{
color: #FCCB40;
}
.AnyTagClassName
{
color: #FCCB40;
}
</style>
background-color css
<style>
a { background-color: #FCCB40; }
a { background-color: rgb(252,203,64); }
div.DivClassName
{
background-color: #FCCB40;
}
.BgClassName
{
background-color: #FCCB40;
}
</style>
border-color css
<style>
span { border-color: #FCCB40; }
span { border-color: rgb(252,203,64); }
td.TdClassName
{
border-color: #FCCB40;
}
.TagClassName
{
border-color: #FCCB40;
}
</style>