Shades of Sunglow #FDCB3A
Tints of Sunglow #FDCB3A
RGB
CMYK
RGB Variations
Color information
#FDCB3A (or 0xFDCB3A) is known color: Sunglow. HEX triplet: FD, CB and 3A. RGB value is (253,203,58). Sum of RGB (Red+Green+Blue) = 253+203+58=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB3A is #0234C5. Grayscale: #CACACA. Windows color (decimal): -144582 or 3853309. OLE color: 3853309.
HSL color Cylindrical-coordinate representation of color #FDCB3A: hue angle of 44.62º 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 #FDCB3A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 58 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.01 |
| HSL | 44.62º | 0.98% | 0.61% | - |
| HSV(B) | 44.62º | 0.77% | 0.99% | - |
| XYZ | 62.63 | 63.9 | 13.04 | - |
| YUV | 201.42 | 47.07 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 58 | 0 | 0.20 | 0.77 | 0.01 | 44.62 | 0.98 | 0.61 |
| Hex | FD | CB | 3A | 0 | 14 | 4D | 1 | 2D | 62 | 3D |
| Octal | 375 | 313 | 72 | 0 | 24 | 115 | 1 | 55 | 142 | 75 |
| Binary | 11111101 | 11001011 | 111010 | 0 | 10100 | 1001101 | 1 | 101101 | 1100010 | 111101 |
Color Harmonies of #FDCB3A
Complementary color
Monochromatic Colors of #FDCB3A
Black with #FDCB3A
Text Example
Text Example
White with #FDCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB3A; }
p { color: rgb(253,203,58); }
H1.HeaderClassName
{
color: #FDCB3A;
}
.AnyTagClassName
{
color: #FDCB3A;
}
</style>
background-color css
<style>
a { background-color: #FDCB3A; }
a { background-color: rgb(253,203,58); }
div.DivClassName
{
background-color: #FDCB3A;
}
.BgClassName
{
background-color: #FDCB3A;
}
</style>
border-color css
<style>
span { border-color: #FDCB3A; }
span { border-color: rgb(253,203,58); }
td.TdClassName
{
border-color: #FDCB3A;
}
.TagClassName
{
border-color: #FDCB3A;
}
</style>