Shades of Sunglow #FDCD30
Tints of Sunglow #FDCD30
RGB
CMYK
RGB Variations
Color information
#FDCD30 (or 0xFDCD30) is known color: Sunglow. HEX triplet: FD, CD and 30. RGB value is (253,205,48). Sum of RGB (Red+Green+Blue) = 253+205+48=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD30 is #0232CF. Grayscale: #CACACA. Windows color (decimal): -144080 or 3198461. OLE color: 3198461.
HSL color Cylindrical-coordinate representation of color #FDCD30: hue angle of 45.95º 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 #FDCD30 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 48 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.01 |
| HSL | 45.95º | 0.98% | 0.59% | - |
| HSV(B) | 45.95º | 0.81% | 0.99% | - |
| XYZ | 62.87 | 64.76 | 11.98 | - |
| YUV | 201.45 | 41.4 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 48 | 0 | 0.19 | 0.81 | 0.01 | 45.95 | 0.98 | 0.59 |
| Hex | FD | CD | 30 | 0 | 13 | 51 | 1 | 2E | 62 | 3B |
| Octal | 375 | 315 | 60 | 0 | 23 | 121 | 1 | 56 | 142 | 73 |
| Binary | 11111101 | 11001101 | 110000 | 0 | 10011 | 1010001 | 1 | 101110 | 1100010 | 111011 |
Color Harmonies of #FDCD30
Complementary color
Monochromatic Colors of #FDCD30
Black with #FDCD30
Text Example
Text Example
White with #FDCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD30; }
p { color: rgb(253,205,48); }
H1.HeaderClassName
{
color: #FDCD30;
}
.AnyTagClassName
{
color: #FDCD30;
}
</style>
background-color css
<style>
a { background-color: #FDCD30; }
a { background-color: rgb(253,205,48); }
div.DivClassName
{
background-color: #FDCD30;
}
.BgClassName
{
background-color: #FDCD30;
}
</style>
border-color css
<style>
span { border-color: #FDCD30; }
span { border-color: rgb(253,205,48); }
td.TdClassName
{
border-color: #FDCD30;
}
.TagClassName
{
border-color: #FDCD30;
}
</style>