Shades of Sunglow #FDC82A
Tints of Sunglow #FDC82A
RGB
CMYK
RGB Variations
Color information
#FDC82A (or 0xFDC82A) is known color: Sunglow. HEX triplet: FD, C8 and 2A. RGB value is (253,200,42). Sum of RGB (Red+Green+Blue) = 253+200+42=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC82A is #0237D5. Grayscale: #C6C6C6. Windows color (decimal): -145366 or 2803965. OLE color: 2803965.
HSL color Cylindrical-coordinate representation of color #FDC82A: hue angle of 44.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 #FDC82A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 42 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.01 |
| HSL | 44.93º | 0.98% | 0.58% | - |
| HSV(B) | 44.93º | 0.83% | 0.99% | - |
| XYZ | 61.58 | 62.36 | 10.98 | - |
| YUV | 197.84 | 40.06 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 42 | 0 | 0.21 | 0.83 | 0.01 | 44.93 | 0.98 | 0.58 |
| Hex | FD | C8 | 2A | 0 | 15 | 53 | 1 | 2D | 62 | 3A |
| Octal | 375 | 310 | 52 | 0 | 25 | 123 | 1 | 55 | 142 | 72 |
| Binary | 11111101 | 11001000 | 101010 | 0 | 10101 | 1010011 | 1 | 101101 | 1100010 | 111010 |
Color Harmonies of #FDC82A
Complementary color
Monochromatic Colors of #FDC82A
Black with #FDC82A
Text Example
Text Example
White with #FDC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC82A; }
p { color: rgb(253,200,42); }
H1.HeaderClassName
{
color: #FDC82A;
}
.AnyTagClassName
{
color: #FDC82A;
}
</style>
background-color css
<style>
a { background-color: #FDC82A; }
a { background-color: rgb(253,200,42); }
div.DivClassName
{
background-color: #FDC82A;
}
.BgClassName
{
background-color: #FDC82A;
}
</style>
border-color css
<style>
span { border-color: #FDC82A; }
span { border-color: rgb(253,200,42); }
td.TdClassName
{
border-color: #FDC82A;
}
.TagClassName
{
border-color: #FDC82A;
}
</style>