Shades of Sunglow #FDC33D
Tints of Sunglow #FDC33D
RGB
CMYK
RGB Variations
Color information
#FDC33D (or 0xFDC33D) is known color: Sunglow. HEX triplet: FD, C3 and 3D. RGB value is (253,195,61). Sum of RGB (Red+Green+Blue) = 253+195+61=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC33D is #023CC2. Grayscale: #C5C5C5. Windows color (decimal): -146627 or 4047869. OLE color: 4047869.
HSL color Cylindrical-coordinate representation of color #FDC33D: hue angle of 41.88º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDC33D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 61 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.01 |
| HSL | 41.88º | 0.98% | 0.62% | - |
| HSV(B) | 41.88º | 0.76% | 0.99% | - |
| XYZ | 60.87 | 60.25 | 12.84 | - |
| YUV | 197.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 61 | 0 | 0.23 | 0.76 | 0.01 | 41.88 | 0.98 | 0.62 |
| Hex | FD | C3 | 3D | 0 | 17 | 4C | 1 | 2A | 62 | 3E |
| Octal | 375 | 303 | 75 | 0 | 27 | 114 | 1 | 52 | 142 | 76 |
| Binary | 11111101 | 11000011 | 111101 | 0 | 10111 | 1001100 | 1 | 101010 | 1100010 | 111110 |
Color Harmonies of #FDC33D
Complementary color
Monochromatic Colors of #FDC33D
Black with #FDC33D
Text Example
Text Example
White with #FDC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC33D; }
p { color: rgb(253,195,61); }
H1.HeaderClassName
{
color: #FDC33D;
}
.AnyTagClassName
{
color: #FDC33D;
}
</style>
background-color css
<style>
a { background-color: #FDC33D; }
a { background-color: rgb(253,195,61); }
div.DivClassName
{
background-color: #FDC33D;
}
.BgClassName
{
background-color: #FDC33D;
}
</style>
border-color css
<style>
span { border-color: #FDC33D; }
span { border-color: rgb(253,195,61); }
td.TdClassName
{
border-color: #FDC33D;
}
.TagClassName
{
border-color: #FDC33D;
}
</style>