Shades of Sunglow #FCCB41
Tints of Sunglow #FCCB41
RGB
CMYK
RGB Variations
Color information
#FCCB41 (or 0xFCCB41) is known color: Sunglow. HEX triplet: FC, CB and 41. RGB value is (252,203,65). Sum of RGB (Red+Green+Blue) = 252+203+65=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB41 is #0334BE. Grayscale: #CACACA. Windows color (decimal): -210111 or 4312060. OLE color: 4312060.
HSL color Cylindrical-coordinate representation of color #FCCB41: hue angle of 44.28º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCCB41 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 65 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.01 |
| HSL | 44.28º | 0.97% | 0.62% | - |
| HSV(B) | 44.28º | 0.74% | 0.99% | - |
| XYZ | 62.45 | 63.79 | 14.02 | - |
| YUV | 201.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 65 | 0 | 0.19 | 0.74 | 0.01 | 44.28 | 0.97 | 0.62 |
| Hex | FC | CB | 41 | 0 | 13 | 4A | 1 | 2C | 61 | 3E |
| Octal | 374 | 313 | 101 | 0 | 23 | 112 | 1 | 54 | 141 | 76 |
| Binary | 11111100 | 11001011 | 1000001 | 0 | 10011 | 1001010 | 1 | 101100 | 1100001 | 111110 |
Color Harmonies of #FCCB41
Complementary color
Monochromatic Colors of #FCCB41
Black with #FCCB41
Text Example
Text Example
White with #FCCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB41; }
p { color: rgb(252,203,65); }
H1.HeaderClassName
{
color: #FCCB41;
}
.AnyTagClassName
{
color: #FCCB41;
}
</style>
background-color css
<style>
a { background-color: #FCCB41; }
a { background-color: rgb(252,203,65); }
div.DivClassName
{
background-color: #FCCB41;
}
.BgClassName
{
background-color: #FCCB41;
}
</style>
border-color css
<style>
span { border-color: #FCCB41; }
span { border-color: rgb(252,203,65); }
td.TdClassName
{
border-color: #FCCB41;
}
.TagClassName
{
border-color: #FCCB41;
}
</style>