Shades of Sunglow #FCCB2A
Tints of Sunglow #FCCB2A
RGB
CMYK
RGB Variations
Color information
#FCCB2A (or 0xFCCB2A) is known color: Sunglow. HEX triplet: FC, CB and 2A. RGB value is (252,203,42). Sum of RGB (Red+Green+Blue) = 252+203+42=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB2A is #0334D5. Grayscale: #C7C7C7. Windows color (decimal): -210134 or 2804732. OLE color: 2804732.
HSL color Cylindrical-coordinate representation of color #FCCB2A: hue angle of 46º 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 #FCCB2A is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 42 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.01 |
| HSL | 46º | 0.97% | 0.58% | - |
| HSV(B) | 46º | 0.83% | 0.99% | - |
| XYZ | 61.92 | 63.57 | 11.2 | - |
| YUV | 199.3 | 39.23 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 42 | 0 | 0.19 | 0.83 | 0.01 | 46 | 0.97 | 0.58 |
| Hex | FC | CB | 2A | 0 | 13 | 53 | 1 | 2E | 61 | 3A |
| Octal | 374 | 313 | 52 | 0 | 23 | 123 | 1 | 56 | 141 | 72 |
| Binary | 11111100 | 11001011 | 101010 | 0 | 10011 | 1010011 | 1 | 101110 | 1100001 | 111010 |
Color Harmonies of #FCCB2A
Complementary color
Monochromatic Colors of #FCCB2A
Black with #FCCB2A
Text Example
Text Example
White with #FCCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB2A; }
p { color: rgb(252,203,42); }
H1.HeaderClassName
{
color: #FCCB2A;
}
.AnyTagClassName
{
color: #FCCB2A;
}
</style>
background-color css
<style>
a { background-color: #FCCB2A; }
a { background-color: rgb(252,203,42); }
div.DivClassName
{
background-color: #FCCB2A;
}
.BgClassName
{
background-color: #FCCB2A;
}
</style>
border-color css
<style>
span { border-color: #FCCB2A; }
span { border-color: rgb(252,203,42); }
td.TdClassName
{
border-color: #FCCB2A;
}
.TagClassName
{
border-color: #FCCB2A;
}
</style>