Shades of Sunglow #FDCC30
Tints of Sunglow #FDCC30
RGB
CMYK
RGB Variations
Color information
#FDCC30 (or 0xFDCC30) is known color: Sunglow. HEX triplet: FD, CC and 30. RGB value is (253,204,48). Sum of RGB (Red+Green+Blue) = 253+204+48=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC30 is #0233CF. Grayscale: #C9C9C9. Windows color (decimal): -144336 or 3198205. OLE color: 3198205.
HSL color Cylindrical-coordinate representation of color #FDCC30: hue angle of 45.66º 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 #FDCC30 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 48 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.01 |
| HSL | 45.66º | 0.98% | 0.59% | - |
| HSV(B) | 45.66º | 0.81% | 0.99% | - |
| XYZ | 62.63 | 64.28 | 11.9 | - |
| YUV | 200.87 | 41.73 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 48 | 0 | 0.19 | 0.81 | 0.01 | 45.66 | 0.98 | 0.59 |
| Hex | FD | CC | 30 | 0 | 13 | 51 | 1 | 2E | 62 | 3B |
| Octal | 375 | 314 | 60 | 0 | 23 | 121 | 1 | 56 | 142 | 73 |
| Binary | 11111101 | 11001100 | 110000 | 0 | 10011 | 1010001 | 1 | 101110 | 1100010 | 111011 |
Color Harmonies of #FDCC30
Complementary color
Monochromatic Colors of #FDCC30
Black with #FDCC30
Text Example
Text Example
White with #FDCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC30; }
p { color: rgb(253,204,48); }
H1.HeaderClassName
{
color: #FDCC30;
}
.AnyTagClassName
{
color: #FDCC30;
}
</style>
background-color css
<style>
a { background-color: #FDCC30; }
a { background-color: rgb(253,204,48); }
div.DivClassName
{
background-color: #FDCC30;
}
.BgClassName
{
background-color: #FDCC30;
}
</style>
border-color css
<style>
span { border-color: #FDCC30; }
span { border-color: rgb(253,204,48); }
td.TdClassName
{
border-color: #FDCC30;
}
.TagClassName
{
border-color: #FDCC30;
}
</style>