Shades of Sunglow #FDC935
Tints of Sunglow #FDC935
RGB
CMYK
RGB Variations
Color information
#FDC935 (or 0xFDC935) is known color: Sunglow. HEX triplet: FD, C9 and 35. RGB value is (253,201,53). Sum of RGB (Red+Green+Blue) = 253+201+53=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 53 (21.09% from 255 or 10.45% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC935 is #0236CA. Grayscale: #C8C8C8. Windows color (decimal): -145099 or 3525117. OLE color: 3525117.
HSL color Cylindrical-coordinate representation of color #FDC935: hue angle of 44.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDC935 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 53 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.01 |
| HSL | 44.4º | 0.98% | 0.6% | - |
| HSV(B) | 44.4º | 0.79% | 0.99% | - |
| XYZ | 62.04 | 62.91 | 12.24 | - |
| YUV | 199.68 | 45.23 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 53 | 0 | 0.21 | 0.79 | 0.01 | 44.4 | 0.98 | 0.6 |
| Hex | FD | C9 | 35 | 0 | 15 | 4F | 1 | 2C | 62 | 3C |
| Octal | 375 | 311 | 65 | 0 | 25 | 117 | 1 | 54 | 142 | 74 |
| Binary | 11111101 | 11001001 | 110101 | 0 | 10101 | 1001111 | 1 | 101100 | 1100010 | 111100 |
Color Harmonies of #FDC935
Complementary color
Monochromatic Colors of #FDC935
Black with #FDC935
Text Example
Text Example
White with #FDC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC935; }
p { color: rgb(253,201,53); }
H1.HeaderClassName
{
color: #FDC935;
}
.AnyTagClassName
{
color: #FDC935;
}
</style>
background-color css
<style>
a { background-color: #FDC935; }
a { background-color: rgb(253,201,53); }
div.DivClassName
{
background-color: #FDC935;
}
.BgClassName
{
background-color: #FDC935;
}
</style>
border-color css
<style>
span { border-color: #FDC935; }
span { border-color: rgb(253,201,53); }
td.TdClassName
{
border-color: #FDC935;
}
.TagClassName
{
border-color: #FDC935;
}
</style>