Shades of Sunglow #FDCB33
Tints of Sunglow #FDCB33
RGB
CMYK
RGB Variations
Color information
#FDCB33 (or 0xFDCB33) is known color: Sunglow. HEX triplet: FD, CB and 33. RGB value is (253,203,51). Sum of RGB (Red+Green+Blue) = 253+203+51=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB33 is #0234CC. Grayscale: #C9C9C9. Windows color (decimal): -144589 or 3394557. OLE color: 3394557.
HSL color Cylindrical-coordinate representation of color #FDCB33: hue angle of 45.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDCB33 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 51 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.01 |
| HSL | 45.15º | 0.98% | 0.6% | - |
| HSV(B) | 45.15º | 0.8% | 0.99% | - |
| XYZ | 62.46 | 63.83 | 12.16 | - |
| YUV | 200.62 | 43.57 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 51 | 0 | 0.20 | 0.80 | 0.01 | 45.15 | 0.98 | 0.6 |
| Hex | FD | CB | 33 | 0 | 14 | 50 | 1 | 2D | 62 | 3C |
| Octal | 375 | 313 | 63 | 0 | 24 | 120 | 1 | 55 | 142 | 74 |
| Binary | 11111101 | 11001011 | 110011 | 0 | 10100 | 1010000 | 1 | 101101 | 1100010 | 111100 |
Color Harmonies of #FDCB33
Complementary color
Monochromatic Colors of #FDCB33
Black with #FDCB33
Text Example
Text Example
White with #FDCB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB33; }
p { color: rgb(253,203,51); }
H1.HeaderClassName
{
color: #FDCB33;
}
.AnyTagClassName
{
color: #FDCB33;
}
</style>
background-color css
<style>
a { background-color: #FDCB33; }
a { background-color: rgb(253,203,51); }
div.DivClassName
{
background-color: #FDCB33;
}
.BgClassName
{
background-color: #FDCB33;
}
</style>
border-color css
<style>
span { border-color: #FDCB33; }
span { border-color: rgb(253,203,51); }
td.TdClassName
{
border-color: #FDCB33;
}
.TagClassName
{
border-color: #FDCB33;
}
</style>