Shades of Sunglow #FCCB2C
Tints of Sunglow #FCCB2C
RGB
CMYK
RGB Variations
Color information
#FCCB2C (or 0xFCCB2C) is known color: Sunglow. HEX triplet: FC, CB and 2C. RGB value is (252,203,44). Sum of RGB (Red+Green+Blue) = 252+203+44=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB2C is #0334D3. Grayscale: #C8C8C8. Windows color (decimal): -210132 or 2935804. OLE color: 2935804.
HSL color Cylindrical-coordinate representation of color #FCCB2C: hue angle of 45.87º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCCB2C is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 44 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.01 |
| HSL | 45.87º | 0.97% | 0.58% | - |
| HSV(B) | 45.87º | 0.83% | 0.99% | - |
| XYZ | 61.96 | 63.59 | 11.39 | - |
| YUV | 199.53 | 40.23 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 44 | 0 | 0.19 | 0.83 | 0.01 | 45.87 | 0.97 | 0.58 |
| Hex | FC | CB | 2C | 0 | 13 | 53 | 1 | 2E | 61 | 3A |
| Octal | 374 | 313 | 54 | 0 | 23 | 123 | 1 | 56 | 141 | 72 |
| Binary | 11111100 | 11001011 | 101100 | 0 | 10011 | 1010011 | 1 | 101110 | 1100001 | 111010 |
Color Harmonies of #FCCB2C
Complementary color
Monochromatic Colors of #FCCB2C
Black with #FCCB2C
Text Example
Text Example
White with #FCCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB2C; }
p { color: rgb(252,203,44); }
H1.HeaderClassName
{
color: #FCCB2C;
}
.AnyTagClassName
{
color: #FCCB2C;
}
</style>
background-color css
<style>
a { background-color: #FCCB2C; }
a { background-color: rgb(252,203,44); }
div.DivClassName
{
background-color: #FCCB2C;
}
.BgClassName
{
background-color: #FCCB2C;
}
</style>
border-color css
<style>
span { border-color: #FCCB2C; }
span { border-color: rgb(252,203,44); }
td.TdClassName
{
border-color: #FCCB2C;
}
.TagClassName
{
border-color: #FCCB2C;
}
</style>