Shades of Sunglow #FDCC2A
Tints of Sunglow #FDCC2A
RGB
CMYK
RGB Variations
Color information
#FDCC2A (or 0xFDCC2A) is known color: Sunglow. HEX triplet: FD, CC and 2A. RGB value is (253,204,42). Sum of RGB (Red+Green+Blue) = 253+204+42=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC2A is #0233D5. Grayscale: #C8C8C8. Windows color (decimal): -144342 or 2804989. OLE color: 2804989.
HSL color Cylindrical-coordinate representation of color #FDCC2A: hue angle of 46.07º 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 #FDCC2A is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 42 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.01 |
| HSL | 46.07º | 0.98% | 0.58% | - |
| HSV(B) | 46.07º | 0.83% | 0.99% | - |
| XYZ | 62.52 | 64.24 | 11.29 | - |
| YUV | 200.18 | 38.73 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 42 | 0 | 0.19 | 0.83 | 0.01 | 46.07 | 0.98 | 0.58 |
| Hex | FD | CC | 2A | 0 | 13 | 53 | 1 | 2E | 62 | 3A |
| Octal | 375 | 314 | 52 | 0 | 23 | 123 | 1 | 56 | 142 | 72 |
| Binary | 11111101 | 11001100 | 101010 | 0 | 10011 | 1010011 | 1 | 101110 | 1100010 | 111010 |
Color Harmonies of #FDCC2A
Complementary color
Monochromatic Colors of #FDCC2A
Black with #FDCC2A
Text Example
Text Example
White with #FDCC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC2A; }
p { color: rgb(253,204,42); }
H1.HeaderClassName
{
color: #FDCC2A;
}
.AnyTagClassName
{
color: #FDCC2A;
}
</style>
background-color css
<style>
a { background-color: #FDCC2A; }
a { background-color: rgb(253,204,42); }
div.DivClassName
{
background-color: #FDCC2A;
}
.BgClassName
{
background-color: #FDCC2A;
}
</style>
border-color css
<style>
span { border-color: #FDCC2A; }
span { border-color: rgb(253,204,42); }
td.TdClassName
{
border-color: #FDCC2A;
}
.TagClassName
{
border-color: #FDCC2A;
}
</style>