Shades of Sunglow #FDCF41
Tints of Sunglow #FDCF41
RGB
CMYK
RGB Variations
Color information
#FDCF41 (or 0xFDCF41) is known color: Sunglow. HEX triplet: FD, CF and 41. RGB value is (253,207,65). Sum of RGB (Red+Green+Blue) = 253+207+65=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF41 is #0230BE. Grayscale: #CDCDCD. Windows color (decimal): -143551 or 4313085. OLE color: 4313085.
HSL color Cylindrical-coordinate representation of color #FDCF41: hue angle of 45.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDCF41 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 65 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.01 |
| HSL | 45.32º | 0.98% | 0.62% | - |
| HSV(B) | 45.32º | 0.74% | 0.99% | - |
| XYZ | 63.77 | 65.89 | 14.36 | - |
| YUV | 204.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 65 | 0 | 0.18 | 0.74 | 0.01 | 45.32 | 0.98 | 0.62 |
| Hex | FD | CF | 41 | 0 | 12 | 4A | 1 | 2D | 62 | 3E |
| Octal | 375 | 317 | 101 | 0 | 22 | 112 | 1 | 55 | 142 | 76 |
| Binary | 11111101 | 11001111 | 1000001 | 0 | 10010 | 1001010 | 1 | 101101 | 1100010 | 111110 |
Color Harmonies of #FDCF41
Complementary color
Monochromatic Colors of #FDCF41
Black with #FDCF41
Text Example
Text Example
White with #FDCF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF41; }
p { color: rgb(253,207,65); }
H1.HeaderClassName
{
color: #FDCF41;
}
.AnyTagClassName
{
color: #FDCF41;
}
</style>
background-color css
<style>
a { background-color: #FDCF41; }
a { background-color: rgb(253,207,65); }
div.DivClassName
{
background-color: #FDCF41;
}
.BgClassName
{
background-color: #FDCF41;
}
</style>
border-color css
<style>
span { border-color: #FDCF41; }
span { border-color: rgb(253,207,65); }
td.TdClassName
{
border-color: #FDCF41;
}
.TagClassName
{
border-color: #FDCF41;
}
</style>