Shades of Sunglow #FDC13B
Tints of Sunglow #FDC13B
RGB
CMYK
RGB Variations
Color information
#FDC13B (or 0xFDC13B) is known color: Sunglow. HEX triplet: FD, C1 and 3B. RGB value is (253,193,59). Sum of RGB (Red+Green+Blue) = 253+193+59=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC13B is #023EC4. Grayscale: #C4C4C4. Windows color (decimal): -147141 or 3916285. OLE color: 3916285.
HSL color Cylindrical-coordinate representation of color #FDC13B: hue angle of 41.44º 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 #FDC13B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 59 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.01 |
| HSL | 41.44º | 0.98% | 0.61% | - |
| HSV(B) | 41.44º | 0.77% | 0.99% | - |
| XYZ | 60.37 | 59.34 | 12.41 | - |
| YUV | 195.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 59 | 0 | 0.24 | 0.77 | 0.01 | 41.44 | 0.98 | 0.61 |
| Hex | FD | C1 | 3B | 0 | 18 | 4D | 1 | 29 | 62 | 3D |
| Octal | 375 | 301 | 73 | 0 | 30 | 115 | 1 | 51 | 142 | 75 |
| Binary | 11111101 | 11000001 | 111011 | 0 | 11000 | 1001101 | 1 | 101001 | 1100010 | 111101 |
Color Harmonies of #FDC13B
Complementary color
Monochromatic Colors of #FDC13B
Black with #FDC13B
Text Example
Text Example
White with #FDC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC13B; }
p { color: rgb(253,193,59); }
H1.HeaderClassName
{
color: #FDC13B;
}
.AnyTagClassName
{
color: #FDC13B;
}
</style>
background-color css
<style>
a { background-color: #FDC13B; }
a { background-color: rgb(253,193,59); }
div.DivClassName
{
background-color: #FDC13B;
}
.BgClassName
{
background-color: #FDC13B;
}
</style>
border-color css
<style>
span { border-color: #FDC13B; }
span { border-color: rgb(253,193,59); }
td.TdClassName
{
border-color: #FDC13B;
}
.TagClassName
{
border-color: #FDC13B;
}
</style>