Shades of Sunglow #FDC735
Tints of Sunglow #FDC735
RGB
CMYK
RGB Variations
Color information
#FDC735 (or 0xFDC735) is known color: Sunglow. HEX triplet: FD, C7 and 35. RGB value is (253,199,53). Sum of RGB (Red+Green+Blue) = 253+199+53=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC735 is #0238CA. Grayscale: #C7C7C7. Windows color (decimal): -145611 or 3524605. OLE color: 3524605.
HSL color Cylindrical-coordinate representation of color #FDC735: hue angle of 43.8º 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 #FDC735 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 53 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.01 |
| HSL | 43.8º | 0.98% | 0.6% | - |
| HSV(B) | 43.8º | 0.79% | 0.99% | - |
| XYZ | 61.57 | 61.99 | 12.09 | - |
| YUV | 198.5 | 45.89 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 53 | 0 | 0.21 | 0.79 | 0.01 | 43.8 | 0.98 | 0.6 |
| Hex | FD | C7 | 35 | 0 | 15 | 4F | 1 | 2C | 62 | 3C |
| Octal | 375 | 307 | 65 | 0 | 25 | 117 | 1 | 54 | 142 | 74 |
| Binary | 11111101 | 11000111 | 110101 | 0 | 10101 | 1001111 | 1 | 101100 | 1100010 | 111100 |
Color Harmonies of #FDC735
Complementary color
Monochromatic Colors of #FDC735
Black with #FDC735
Text Example
Text Example
White with #FDC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC735; }
p { color: rgb(253,199,53); }
H1.HeaderClassName
{
color: #FDC735;
}
.AnyTagClassName
{
color: #FDC735;
}
</style>
background-color css
<style>
a { background-color: #FDC735; }
a { background-color: rgb(253,199,53); }
div.DivClassName
{
background-color: #FDC735;
}
.BgClassName
{
background-color: #FDC735;
}
</style>
border-color css
<style>
span { border-color: #FDC735; }
span { border-color: rgb(253,199,53); }
td.TdClassName
{
border-color: #FDC735;
}
.TagClassName
{
border-color: #FDC735;
}
</style>