Shades of Sunglow #FDCB2D
Tints of Sunglow #FDCB2D
RGB
CMYK
RGB Variations
Color information
#FDCB2D (or 0xFDCB2D) is known color: Sunglow. HEX triplet: FD, CB and 2D. RGB value is (253,203,45). Sum of RGB (Red+Green+Blue) = 253+203+45=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB2D is #0234D2. Grayscale: #C8C8C8. Windows color (decimal): -144595 or 3001341. OLE color: 3001341.
HSL color Cylindrical-coordinate representation of color #FDCB2D: hue angle of 45.58º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDCB2D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 45 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.01 |
| HSL | 45.58º | 0.98% | 0.58% | - |
| HSV(B) | 45.58º | 0.82% | 0.99% | - |
| XYZ | 62.34 | 63.78 | 11.51 | - |
| YUV | 199.94 | 40.57 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 45 | 0 | 0.20 | 0.82 | 0.01 | 45.58 | 0.98 | 0.58 |
| Hex | FD | CB | 2D | 0 | 14 | 52 | 1 | 2E | 62 | 3A |
| Octal | 375 | 313 | 55 | 0 | 24 | 122 | 1 | 56 | 142 | 72 |
| Binary | 11111101 | 11001011 | 101101 | 0 | 10100 | 1010010 | 1 | 101110 | 1100010 | 111010 |
Color Harmonies of #FDCB2D
Complementary color
Monochromatic Colors of #FDCB2D
Black with #FDCB2D
Text Example
Text Example
White with #FDCB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB2D; }
p { color: rgb(253,203,45); }
H1.HeaderClassName
{
color: #FDCB2D;
}
.AnyTagClassName
{
color: #FDCB2D;
}
</style>
background-color css
<style>
a { background-color: #FDCB2D; }
a { background-color: rgb(253,203,45); }
div.DivClassName
{
background-color: #FDCB2D;
}
.BgClassName
{
background-color: #FDCB2D;
}
</style>
border-color css
<style>
span { border-color: #FDCB2D; }
span { border-color: rgb(253,203,45); }
td.TdClassName
{
border-color: #FDCB2D;
}
.TagClassName
{
border-color: #FDCB2D;
}
</style>