Shades of Sunglow #FDC92C
Tints of Sunglow #FDC92C
RGB
CMYK
RGB Variations
Color information
#FDC92C (or 0xFDC92C) is known color: Sunglow. HEX triplet: FD, C9 and 2C. RGB value is (253,201,44). Sum of RGB (Red+Green+Blue) = 253+201+44=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC92C is #0236D3. Grayscale: #C7C7C7. Windows color (decimal): -145108 or 2935293. OLE color: 2935293.
HSL color Cylindrical-coordinate representation of color #FDC92C: hue angle of 45.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 #FDC92C is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 44 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.01 |
| HSL | 45.07º | 0.98% | 0.58% | - |
| HSV(B) | 45.07º | 0.83% | 0.99% | - |
| XYZ | 61.85 | 62.84 | 11.25 | - |
| YUV | 198.65 | 40.73 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 44 | 0 | 0.21 | 0.83 | 0.01 | 45.07 | 0.98 | 0.58 |
| Hex | FD | C9 | 2C | 0 | 15 | 53 | 1 | 2D | 62 | 3A |
| Octal | 375 | 311 | 54 | 0 | 25 | 123 | 1 | 55 | 142 | 72 |
| Binary | 11111101 | 11001001 | 101100 | 0 | 10101 | 1010011 | 1 | 101101 | 1100010 | 111010 |
Color Harmonies of #FDC92C
Complementary color
Monochromatic Colors of #FDC92C
Black with #FDC92C
Text Example
Text Example
White with #FDC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC92C; }
p { color: rgb(253,201,44); }
H1.HeaderClassName
{
color: #FDC92C;
}
.AnyTagClassName
{
color: #FDC92C;
}
</style>
background-color css
<style>
a { background-color: #FDC92C; }
a { background-color: rgb(253,201,44); }
div.DivClassName
{
background-color: #FDC92C;
}
.BgClassName
{
background-color: #FDC92C;
}
</style>
border-color css
<style>
span { border-color: #FDC92C; }
span { border-color: rgb(253,201,44); }
td.TdClassName
{
border-color: #FDC92C;
}
.TagClassName
{
border-color: #FDC92C;
}
</style>