Shades of Sunglow #FCCC2B
Tints of Sunglow #FCCC2B
RGB
CMYK
RGB Variations
Color information
#FCCC2B (or 0xFCCC2B) is known color: Sunglow. HEX triplet: FC, CC and 2B. RGB value is (252,204,43). Sum of RGB (Red+Green+Blue) = 252+204+43=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC2B is #0333D4. Grayscale: #C8C8C8. Windows color (decimal): -209877 or 2870524. OLE color: 2870524.
HSL color Cylindrical-coordinate representation of color #FCCC2B: hue angle of 46.22º 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 #FCCC2B is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 43 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.01 |
| HSL | 46.22º | 0.97% | 0.58% | - |
| HSV(B) | 46.22º | 0.83% | 0.99% | - |
| XYZ | 62.17 | 64.06 | 11.37 | - |
| YUV | 200 | 39.4 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 43 | 0 | 0.19 | 0.83 | 0.01 | 46.22 | 0.97 | 0.58 |
| Hex | FC | CC | 2B | 0 | 13 | 53 | 1 | 2E | 61 | 3A |
| Octal | 374 | 314 | 53 | 0 | 23 | 123 | 1 | 56 | 141 | 72 |
| Binary | 11111100 | 11001100 | 101011 | 0 | 10011 | 1010011 | 1 | 101110 | 1100001 | 111010 |
Color Harmonies of #FCCC2B
Complementary color
Monochromatic Colors of #FCCC2B
Black with #FCCC2B
Text Example
Text Example
White with #FCCC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC2B; }
p { color: rgb(252,204,43); }
H1.HeaderClassName
{
color: #FCCC2B;
}
.AnyTagClassName
{
color: #FCCC2B;
}
</style>
background-color css
<style>
a { background-color: #FCCC2B; }
a { background-color: rgb(252,204,43); }
div.DivClassName
{
background-color: #FCCC2B;
}
.BgClassName
{
background-color: #FCCC2B;
}
</style>
border-color css
<style>
span { border-color: #FCCC2B; }
span { border-color: rgb(252,204,43); }
td.TdClassName
{
border-color: #FCCC2B;
}
.TagClassName
{
border-color: #FCCC2B;
}
</style>