Shades of Sunglow #FDCF3C
Tints of Sunglow #FDCF3C
RGB
CMYK
RGB Variations
Color information
#FDCF3C (or 0xFDCF3C) is known color: Sunglow. HEX triplet: FD, CF and 3C. RGB value is (253,207,60). Sum of RGB (Red+Green+Blue) = 253+207+60=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF3C is #0230C3. Grayscale: #CCCCCC. Windows color (decimal): -143556 or 3985405. OLE color: 3985405.
HSL color Cylindrical-coordinate representation of color #FDCF3C: hue angle of 45.7º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDCF3C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 60 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.01 |
| HSL | 45.7º | 0.98% | 0.61% | - |
| HSV(B) | 45.7º | 0.76% | 0.99% | - |
| XYZ | 63.64 | 65.83 | 13.63 | - |
| YUV | 204 | 46.74 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 60 | 0 | 0.18 | 0.76 | 0.01 | 45.7 | 0.98 | 0.61 |
| Hex | FD | CF | 3C | 0 | 12 | 4C | 1 | 2E | 62 | 3D |
| Octal | 375 | 317 | 74 | 0 | 22 | 114 | 1 | 56 | 142 | 75 |
| Binary | 11111101 | 11001111 | 111100 | 0 | 10010 | 1001100 | 1 | 101110 | 1100010 | 111101 |
Color Harmonies of #FDCF3C
Complementary color
Monochromatic Colors of #FDCF3C
Black with #FDCF3C
Text Example
Text Example
White with #FDCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF3C; }
p { color: rgb(253,207,60); }
H1.HeaderClassName
{
color: #FDCF3C;
}
.AnyTagClassName
{
color: #FDCF3C;
}
</style>
background-color css
<style>
a { background-color: #FDCF3C; }
a { background-color: rgb(253,207,60); }
div.DivClassName
{
background-color: #FDCF3C;
}
.BgClassName
{
background-color: #FDCF3C;
}
</style>
border-color css
<style>
span { border-color: #FDCF3C; }
span { border-color: rgb(253,207,60); }
td.TdClassName
{
border-color: #FDCF3C;
}
.TagClassName
{
border-color: #FDCF3C;
}
</style>