Shades of Sunglow #FCCB31
Tints of Sunglow #FCCB31
RGB
CMYK
RGB Variations
Color information
#FCCB31 (or 0xFCCB31) is known color: Sunglow. HEX triplet: FC, CB and 31. RGB value is (252,203,49). Sum of RGB (Red+Green+Blue) = 252+203+49=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB31 is #0334CE. Grayscale: #C8C8C8. Windows color (decimal): -210127 or 3263484. OLE color: 3263484.
HSL color Cylindrical-coordinate representation of color #FCCB31: hue angle of 45.52º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCCB31 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 49 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.01 |
| HSL | 45.52º | 0.97% | 0.59% | - |
| HSV(B) | 45.52º | 0.81% | 0.99% | - |
| XYZ | 62.06 | 63.63 | 11.92 | - |
| YUV | 200.1 | 42.73 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 49 | 0 | 0.19 | 0.81 | 0.01 | 45.52 | 0.97 | 0.59 |
| Hex | FC | CB | 31 | 0 | 13 | 51 | 1 | 2E | 61 | 3B |
| Octal | 374 | 313 | 61 | 0 | 23 | 121 | 1 | 56 | 141 | 73 |
| Binary | 11111100 | 11001011 | 110001 | 0 | 10011 | 1010001 | 1 | 101110 | 1100001 | 111011 |
Color Harmonies of #FCCB31
Complementary color
Monochromatic Colors of #FCCB31
Black with #FCCB31
Text Example
Text Example
White with #FCCB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB31; }
p { color: rgb(252,203,49); }
H1.HeaderClassName
{
color: #FCCB31;
}
.AnyTagClassName
{
color: #FCCB31;
}
</style>
background-color css
<style>
a { background-color: #FCCB31; }
a { background-color: rgb(252,203,49); }
div.DivClassName
{
background-color: #FCCB31;
}
.BgClassName
{
background-color: #FCCB31;
}
</style>
border-color css
<style>
span { border-color: #FCCB31; }
span { border-color: rgb(252,203,49); }
td.TdClassName
{
border-color: #FCCB31;
}
.TagClassName
{
border-color: #FCCB31;
}
</style>