Shades of Sunglow #FDC930
Tints of Sunglow #FDC930
RGB
CMYK
RGB Variations
Color information
#FDC930 (or 0xFDC930) is known color: Sunglow. HEX triplet: FD, C9 and 30. RGB value is (253,201,48). Sum of RGB (Red+Green+Blue) = 253+201+48=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC930 is #0236CF. Grayscale: #C7C7C7. Windows color (decimal): -145104 or 3197437. OLE color: 3197437.
HSL color Cylindrical-coordinate representation of color #FDC930: hue angle of 44.78º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDC930 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 48 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.01 |
| HSL | 44.78º | 0.98% | 0.59% | - |
| HSV(B) | 44.78º | 0.81% | 0.99% | - |
| XYZ | 61.93 | 62.87 | 11.67 | - |
| YUV | 199.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 48 | 0 | 0.21 | 0.81 | 0.01 | 44.78 | 0.98 | 0.59 |
| Hex | FD | C9 | 30 | 0 | 15 | 51 | 1 | 2D | 62 | 3B |
| Octal | 375 | 311 | 60 | 0 | 25 | 121 | 1 | 55 | 142 | 73 |
| Binary | 11111101 | 11001001 | 110000 | 0 | 10101 | 1010001 | 1 | 101101 | 1100010 | 111011 |
Color Harmonies of #FDC930
Complementary color
Monochromatic Colors of #FDC930
Black with #FDC930
Text Example
Text Example
White with #FDC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC930; }
p { color: rgb(253,201,48); }
H1.HeaderClassName
{
color: #FDC930;
}
.AnyTagClassName
{
color: #FDC930;
}
</style>
background-color css
<style>
a { background-color: #FDC930; }
a { background-color: rgb(253,201,48); }
div.DivClassName
{
background-color: #FDC930;
}
.BgClassName
{
background-color: #FDC930;
}
</style>
border-color css
<style>
span { border-color: #FDC930; }
span { border-color: rgb(253,201,48); }
td.TdClassName
{
border-color: #FDC930;
}
.TagClassName
{
border-color: #FDC930;
}
</style>