Shades of Sunglow #FDCC2C
Tints of Sunglow #FDCC2C
RGB
CMYK
RGB Variations
Color information
#FDCC2C (or 0xFDCC2C) is known color: Sunglow. HEX triplet: FD, CC and 2C. RGB value is (253,204,44). Sum of RGB (Red+Green+Blue) = 253+204+44=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC2C is #0233D3. Grayscale: #C9C9C9. Windows color (decimal): -144340 or 2936061. OLE color: 2936061.
HSL color Cylindrical-coordinate representation of color #FDCC2C: hue angle of 45.93º degrees, saturation: 0.98, 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 #FDCC2C is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 44 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.01 |
| HSL | 45.93º | 0.98% | 0.58% | - |
| HSV(B) | 45.93º | 0.83% | 0.99% | - |
| XYZ | 62.56 | 64.25 | 11.49 | - |
| YUV | 200.41 | 39.73 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 44 | 0 | 0.19 | 0.83 | 0.01 | 45.93 | 0.98 | 0.58 |
| Hex | FD | CC | 2C | 0 | 13 | 53 | 1 | 2E | 62 | 3A |
| Octal | 375 | 314 | 54 | 0 | 23 | 123 | 1 | 56 | 142 | 72 |
| Binary | 11111101 | 11001100 | 101100 | 0 | 10011 | 1010011 | 1 | 101110 | 1100010 | 111010 |
Color Harmonies of #FDCC2C
Complementary color
Monochromatic Colors of #FDCC2C
Black with #FDCC2C
Text Example
Text Example
White with #FDCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC2C; }
p { color: rgb(253,204,44); }
H1.HeaderClassName
{
color: #FDCC2C;
}
.AnyTagClassName
{
color: #FDCC2C;
}
</style>
background-color css
<style>
a { background-color: #FDCC2C; }
a { background-color: rgb(253,204,44); }
div.DivClassName
{
background-color: #FDCC2C;
}
.BgClassName
{
background-color: #FDCC2C;
}
</style>
border-color css
<style>
span { border-color: #FDCC2C; }
span { border-color: rgb(253,204,44); }
td.TdClassName
{
border-color: #FDCC2C;
}
.TagClassName
{
border-color: #FDCC2C;
}
</style>