Shades of Sunglow #FDC835
Tints of Sunglow #FDC835
RGB
CMYK
RGB Variations
Color information
#FDC835 (or 0xFDC835) is known color: Sunglow. HEX triplet: FD, C8 and 35. RGB value is (253,200,53). Sum of RGB (Red+Green+Blue) = 253+200+53=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC835 is #0237CA. Grayscale: #C7C7C7. Windows color (decimal): -145355 or 3524861. OLE color: 3524861.
HSL color Cylindrical-coordinate representation of color #FDC835: hue angle of 44.1º 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 #FDC835 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 53 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.01 |
| HSL | 44.1º | 0.98% | 0.6% | - |
| HSV(B) | 44.1º | 0.79% | 0.99% | - |
| XYZ | 61.8 | 62.45 | 12.16 | - |
| YUV | 199.09 | 45.56 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 53 | 0 | 0.21 | 0.79 | 0.01 | 44.1 | 0.98 | 0.6 |
| Hex | FD | C8 | 35 | 0 | 15 | 4F | 1 | 2C | 62 | 3C |
| Octal | 375 | 310 | 65 | 0 | 25 | 117 | 1 | 54 | 142 | 74 |
| Binary | 11111101 | 11001000 | 110101 | 0 | 10101 | 1001111 | 1 | 101100 | 1100010 | 111100 |
Color Harmonies of #FDC835
Complementary color
Monochromatic Colors of #FDC835
Black with #FDC835
Text Example
Text Example
White with #FDC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC835; }
p { color: rgb(253,200,53); }
H1.HeaderClassName
{
color: #FDC835;
}
.AnyTagClassName
{
color: #FDC835;
}
</style>
background-color css
<style>
a { background-color: #FDC835; }
a { background-color: rgb(253,200,53); }
div.DivClassName
{
background-color: #FDC835;
}
.BgClassName
{
background-color: #FDC835;
}
</style>
border-color css
<style>
span { border-color: #FDC835; }
span { border-color: rgb(253,200,53); }
td.TdClassName
{
border-color: #FDC835;
}
.TagClassName
{
border-color: #FDC835;
}
</style>