Shades of Sunglow #FDC33A
Tints of Sunglow #FDC33A
RGB
CMYK
RGB Variations
Color information
#FDC33A (or 0xFDC33A) is known color: Sunglow. HEX triplet: FD, C3 and 3A. RGB value is (253,195,58). Sum of RGB (Red+Green+Blue) = 253+195+58=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC33A is #023CC5. Grayscale: #C5C5C5. Windows color (decimal): -146630 or 3851261. OLE color: 3851261.
HSL color Cylindrical-coordinate representation of color #FDC33A: hue angle of 42.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDC33A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 58 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.01 |
| HSL | 42.15º | 0.98% | 0.61% | - |
| HSV(B) | 42.15º | 0.77% | 0.99% | - |
| XYZ | 60.79 | 60.22 | 12.42 | - |
| YUV | 196.72 | 49.72 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 58 | 0 | 0.23 | 0.77 | 0.01 | 42.15 | 0.98 | 0.61 |
| Hex | FD | C3 | 3A | 0 | 17 | 4D | 1 | 2A | 62 | 3D |
| Octal | 375 | 303 | 72 | 0 | 27 | 115 | 1 | 52 | 142 | 75 |
| Binary | 11111101 | 11000011 | 111010 | 0 | 10111 | 1001101 | 1 | 101010 | 1100010 | 111101 |
Color Harmonies of #FDC33A
Complementary color
Monochromatic Colors of #FDC33A
Black with #FDC33A
Text Example
Text Example
White with #FDC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC33A; }
p { color: rgb(253,195,58); }
H1.HeaderClassName
{
color: #FDC33A;
}
.AnyTagClassName
{
color: #FDC33A;
}
</style>
background-color css
<style>
a { background-color: #FDC33A; }
a { background-color: rgb(253,195,58); }
div.DivClassName
{
background-color: #FDC33A;
}
.BgClassName
{
background-color: #FDC33A;
}
</style>
border-color css
<style>
span { border-color: #FDC33A; }
span { border-color: rgb(253,195,58); }
td.TdClassName
{
border-color: #FDC33A;
}
.TagClassName
{
border-color: #FDC33A;
}
</style>