Shades of Sunglow #FDC33C
Tints of Sunglow #FDC33C
RGB
CMYK
RGB Variations
Color information
#FDC33C (or 0xFDC33C) is known color: Sunglow. HEX triplet: FD, C3 and 3C. RGB value is (253,195,60). Sum of RGB (Red+Green+Blue) = 253+195+60=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC33C is #023CC3. Grayscale: #C5C5C5. Windows color (decimal): -146628 or 3982333. OLE color: 3982333.
HSL color Cylindrical-coordinate representation of color #FDC33C: hue angle of 41.97º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDC33C is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 60 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.01 |
| HSL | 41.97º | 0.98% | 0.61% | - |
| HSV(B) | 41.97º | 0.76% | 0.99% | - |
| XYZ | 60.84 | 60.24 | 12.7 | - |
| YUV | 196.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 60 | 0 | 0.23 | 0.76 | 0.01 | 41.97 | 0.98 | 0.61 |
| Hex | FD | C3 | 3C | 0 | 17 | 4C | 1 | 2A | 62 | 3D |
| Octal | 375 | 303 | 74 | 0 | 27 | 114 | 1 | 52 | 142 | 75 |
| Binary | 11111101 | 11000011 | 111100 | 0 | 10111 | 1001100 | 1 | 101010 | 1100010 | 111101 |
Color Harmonies of #FDC33C
Complementary color
Monochromatic Colors of #FDC33C
Black with #FDC33C
Text Example
Text Example
White with #FDC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC33C; }
p { color: rgb(253,195,60); }
H1.HeaderClassName
{
color: #FDC33C;
}
.AnyTagClassName
{
color: #FDC33C;
}
</style>
background-color css
<style>
a { background-color: #FDC33C; }
a { background-color: rgb(253,195,60); }
div.DivClassName
{
background-color: #FDC33C;
}
.BgClassName
{
background-color: #FDC33C;
}
</style>
border-color css
<style>
span { border-color: #FDC33C; }
span { border-color: rgb(253,195,60); }
td.TdClassName
{
border-color: #FDC33C;
}
.TagClassName
{
border-color: #FDC33C;
}
</style>