Shades of Sunglow #FDCF2D
Tints of Sunglow #FDCF2D
RGB
CMYK
RGB Variations
Color information
#FDCF2D (or 0xFDCF2D) is known color: Sunglow. HEX triplet: FD, CF and 2D. RGB value is (253,207,45). Sum of RGB (Red+Green+Blue) = 253+207+45=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF2D is #0230D2. Grayscale: #CACACA. Windows color (decimal): -143571 or 3002365. OLE color: 3002365.
HSL color Cylindrical-coordinate representation of color #FDCF2D: hue angle of 46.73º 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 #FDCF2D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 45 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.01 |
| HSL | 46.73º | 0.98% | 0.58% | - |
| HSV(B) | 46.73º | 0.82% | 0.99% | - |
| XYZ | 63.29 | 65.7 | 11.83 | - |
| YUV | 202.29 | 39.24 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 45 | 0 | 0.18 | 0.82 | 0.01 | 46.73 | 0.98 | 0.58 |
| Hex | FD | CF | 2D | 0 | 12 | 52 | 1 | 2F | 62 | 3A |
| Octal | 375 | 317 | 55 | 0 | 22 | 122 | 1 | 57 | 142 | 72 |
| Binary | 11111101 | 11001111 | 101101 | 0 | 10010 | 1010010 | 1 | 101111 | 1100010 | 111010 |
Color Harmonies of #FDCF2D
Complementary color
Monochromatic Colors of #FDCF2D
Black with #FDCF2D
Text Example
Text Example
White with #FDCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF2D; }
p { color: rgb(253,207,45); }
H1.HeaderClassName
{
color: #FDCF2D;
}
.AnyTagClassName
{
color: #FDCF2D;
}
</style>
background-color css
<style>
a { background-color: #FDCF2D; }
a { background-color: rgb(253,207,45); }
div.DivClassName
{
background-color: #FDCF2D;
}
.BgClassName
{
background-color: #FDCF2D;
}
</style>
border-color css
<style>
span { border-color: #FDCF2D; }
span { border-color: rgb(253,207,45); }
td.TdClassName
{
border-color: #FDCF2D;
}
.TagClassName
{
border-color: #FDCF2D;
}
</style>