Shades of Sunglow #FDC335
Tints of Sunglow #FDC335
RGB
CMYK
RGB Variations
Color information
#FDC335 (or 0xFDC335) is known color: Sunglow. HEX triplet: FD, C3 and 35. RGB value is (253,195,53). Sum of RGB (Red+Green+Blue) = 253+195+53=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC335 is #023CCA. Grayscale: #C4C4C4. Windows color (decimal): -146635 or 3523581. OLE color: 3523581.
HSL color Cylindrical-coordinate representation of color #FDC335: hue angle of 42.6º 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 #FDC335 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 53 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.01 |
| HSL | 42.6º | 0.98% | 0.6% | - |
| HSV(B) | 42.6º | 0.79% | 0.99% | - |
| XYZ | 60.67 | 60.17 | 11.78 | - |
| YUV | 196.15 | 47.22 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 53 | 0 | 0.23 | 0.79 | 0.01 | 42.6 | 0.98 | 0.6 |
| Hex | FD | C3 | 35 | 0 | 17 | 4F | 1 | 2B | 62 | 3C |
| Octal | 375 | 303 | 65 | 0 | 27 | 117 | 1 | 53 | 142 | 74 |
| Binary | 11111101 | 11000011 | 110101 | 0 | 10111 | 1001111 | 1 | 101011 | 1100010 | 111100 |
Color Harmonies of #FDC335
Complementary color
Monochromatic Colors of #FDC335
Black with #FDC335
Text Example
Text Example
White with #FDC335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC335; }
p { color: rgb(253,195,53); }
H1.HeaderClassName
{
color: #FDC335;
}
.AnyTagClassName
{
color: #FDC335;
}
</style>
background-color css
<style>
a { background-color: #FDC335; }
a { background-color: rgb(253,195,53); }
div.DivClassName
{
background-color: #FDC335;
}
.BgClassName
{
background-color: #FDC335;
}
</style>
border-color css
<style>
span { border-color: #FDC335; }
span { border-color: rgb(253,195,53); }
td.TdClassName
{
border-color: #FDC335;
}
.TagClassName
{
border-color: #FDC335;
}
</style>