Shades of Sunglow #FDC13A
Tints of Sunglow #FDC13A
RGB
CMYK
RGB Variations
Color information
#FDC13A (or 0xFDC13A) is known color: Sunglow. HEX triplet: FD, C1 and 3A. RGB value is (253,193,58). Sum of RGB (Red+Green+Blue) = 253+193+58=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC13A is #023EC5. Grayscale: #C4C4C4. Windows color (decimal): -147142 or 3850749. OLE color: 3850749.
HSL color Cylindrical-coordinate representation of color #FDC13A: hue angle of 41.54º 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 #FDC13A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 58 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.01 |
| HSL | 41.54º | 0.98% | 0.61% | - |
| HSV(B) | 41.54º | 0.77% | 0.99% | - |
| XYZ | 60.34 | 59.33 | 12.27 | - |
| YUV | 195.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 58 | 0 | 0.24 | 0.77 | 0.01 | 41.54 | 0.98 | 0.61 |
| Hex | FD | C1 | 3A | 0 | 18 | 4D | 1 | 2A | 62 | 3D |
| Octal | 375 | 301 | 72 | 0 | 30 | 115 | 1 | 52 | 142 | 75 |
| Binary | 11111101 | 11000001 | 111010 | 0 | 11000 | 1001101 | 1 | 101010 | 1100010 | 111101 |
Color Harmonies of #FDC13A
Complementary color
Monochromatic Colors of #FDC13A
Black with #FDC13A
Text Example
Text Example
White with #FDC13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC13A; }
p { color: rgb(253,193,58); }
H1.HeaderClassName
{
color: #FDC13A;
}
.AnyTagClassName
{
color: #FDC13A;
}
</style>
background-color css
<style>
a { background-color: #FDC13A; }
a { background-color: rgb(253,193,58); }
div.DivClassName
{
background-color: #FDC13A;
}
.BgClassName
{
background-color: #FDC13A;
}
</style>
border-color css
<style>
span { border-color: #FDC13A; }
span { border-color: rgb(253,193,58); }
td.TdClassName
{
border-color: #FDC13A;
}
.TagClassName
{
border-color: #FDC13A;
}
</style>