Shades of Sunglow #FDC33B
Tints of Sunglow #FDC33B
RGB
CMYK
RGB Variations
Color information
#FDC33B (or 0xFDC33B) is known color: Sunglow. HEX triplet: FD, C3 and 3B. RGB value is (253,195,59). Sum of RGB (Red+Green+Blue) = 253+195+59=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 59 (23.44% from 255 or 11.64% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC33B is #023CC4. Grayscale: #C5C5C5. Windows color (decimal): -146629 or 3916797. OLE color: 3916797.
HSL color Cylindrical-coordinate representation of color #FDC33B: hue angle of 42.06º 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 #FDC33B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 59 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.01 |
| HSL | 42.06º | 0.98% | 0.61% | - |
| HSV(B) | 42.06º | 0.77% | 0.99% | - |
| XYZ | 60.81 | 60.23 | 12.56 | - |
| YUV | 196.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 59 | 0 | 0.23 | 0.77 | 0.01 | 42.06 | 0.98 | 0.61 |
| Hex | FD | C3 | 3B | 0 | 17 | 4D | 1 | 2A | 62 | 3D |
| Octal | 375 | 303 | 73 | 0 | 27 | 115 | 1 | 52 | 142 | 75 |
| Binary | 11111101 | 11000011 | 111011 | 0 | 10111 | 1001101 | 1 | 101010 | 1100010 | 111101 |
Color Harmonies of #FDC33B
Complementary color
Monochromatic Colors of #FDC33B
Black with #FDC33B
Text Example
Text Example
White with #FDC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC33B; }
p { color: rgb(253,195,59); }
H1.HeaderClassName
{
color: #FDC33B;
}
.AnyTagClassName
{
color: #FDC33B;
}
</style>
background-color css
<style>
a { background-color: #FDC33B; }
a { background-color: rgb(253,195,59); }
div.DivClassName
{
background-color: #FDC33B;
}
.BgClassName
{
background-color: #FDC33B;
}
</style>
border-color css
<style>
span { border-color: #FDC33B; }
span { border-color: rgb(253,195,59); }
td.TdClassName
{
border-color: #FDC33B;
}
.TagClassName
{
border-color: #FDC33B;
}
</style>