Shades of Sunglow #FDC92D
Tints of Sunglow #FDC92D
RGB
CMYK
RGB Variations
Color information
#FDC92D (or 0xFDC92D) is known color: Sunglow. HEX triplet: FD, C9 and 2D. RGB value is (253,201,45). Sum of RGB (Red+Green+Blue) = 253+201+45=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC92D is #0236D2. Grayscale: #C7C7C7. Windows color (decimal): -145107 or 3000829. OLE color: 3000829.
HSL color Cylindrical-coordinate representation of color #FDC92D: hue angle of 45º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDC92D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 45 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.01 |
| HSL | 45º | 0.98% | 0.58% | - |
| HSV(B) | 45º | 0.82% | 0.99% | - |
| XYZ | 61.87 | 62.85 | 11.35 | - |
| YUV | 198.76 | 41.23 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 45 | 0 | 0.21 | 0.82 | 0.01 | 45 | 0.98 | 0.58 |
| Hex | FD | C9 | 2D | 0 | 15 | 52 | 1 | 2D | 62 | 3A |
| Octal | 375 | 311 | 55 | 0 | 25 | 122 | 1 | 55 | 142 | 72 |
| Binary | 11111101 | 11001001 | 101101 | 0 | 10101 | 1010010 | 1 | 101101 | 1100010 | 111010 |
Color Harmonies of #FDC92D
Complementary color
Monochromatic Colors of #FDC92D
Black with #FDC92D
Text Example
Text Example
White with #FDC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC92D; }
p { color: rgb(253,201,45); }
H1.HeaderClassName
{
color: #FDC92D;
}
.AnyTagClassName
{
color: #FDC92D;
}
</style>
background-color css
<style>
a { background-color: #FDC92D; }
a { background-color: rgb(253,201,45); }
div.DivClassName
{
background-color: #FDC92D;
}
.BgClassName
{
background-color: #FDC92D;
}
</style>
border-color css
<style>
span { border-color: #FDC92D; }
span { border-color: rgb(253,201,45); }
td.TdClassName
{
border-color: #FDC92D;
}
.TagClassName
{
border-color: #FDC92D;
}
</style>