Shades of Sunglow #FCCB43
Tints of Sunglow #FCCB43
RGB
CMYK
RGB Variations
Color information
#FCCB43 (or 0xFCCB43) is known color: Sunglow. HEX triplet: FC, CB and 43. RGB value is (252,203,67). Sum of RGB (Red+Green+Blue) = 252+203+67=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 67 (26.56% from 255 or 12.84% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB43 is #0334BC. Grayscale: #CACACA. Windows color (decimal): -210109 or 4443132. OLE color: 4443132.
HSL color Cylindrical-coordinate representation of color #FCCB43: hue angle of 44.11º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCCB43 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 67 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.01 |
| HSL | 44.11º | 0.97% | 0.63% | - |
| HSV(B) | 44.11º | 0.73% | 0.99% | - |
| XYZ | 62.51 | 63.81 | 14.33 | - |
| YUV | 202.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 67 | 0 | 0.19 | 0.73 | 0.01 | 44.11 | 0.97 | 0.63 |
| Hex | FC | CB | 43 | 0 | 13 | 49 | 1 | 2C | 61 | 3F |
| Octal | 374 | 313 | 103 | 0 | 23 | 111 | 1 | 54 | 141 | 77 |
| Binary | 11111100 | 11001011 | 1000011 | 0 | 10011 | 1001001 | 1 | 101100 | 1100001 | 111111 |
Color Harmonies of #FCCB43
Complementary color
Monochromatic Colors of #FCCB43
Black with #FCCB43
Text Example
Text Example
White with #FCCB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB43; }
p { color: rgb(252,203,67); }
H1.HeaderClassName
{
color: #FCCB43;
}
.AnyTagClassName
{
color: #FCCB43;
}
</style>
background-color css
<style>
a { background-color: #FCCB43; }
a { background-color: rgb(252,203,67); }
div.DivClassName
{
background-color: #FCCB43;
}
.BgClassName
{
background-color: #FCCB43;
}
</style>
border-color css
<style>
span { border-color: #FCCB43; }
span { border-color: rgb(252,203,67); }
td.TdClassName
{
border-color: #FCCB43;
}
.TagClassName
{
border-color: #FCCB43;
}
</style>