Shades of Sunglow #FCCF41
Tints of Sunglow #FCCF41
RGB
CMYK
RGB Variations
Color information
#FCCF41 (or 0xFCCF41) is known color: Sunglow. HEX triplet: FC, CF and 41. RGB value is (252,207,65). Sum of RGB (Red+Green+Blue) = 252+207+65=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF41 is #0330BE. Grayscale: #CCCCCC. Windows color (decimal): -209087 or 4313084. OLE color: 4313084.
HSL color Cylindrical-coordinate representation of color #FCCF41: hue angle of 45.56º degrees, saturation: 0.97, 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 #FCCF41 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 65 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.01 |
| HSL | 45.56º | 0.97% | 0.62% | - |
| HSV(B) | 45.56º | 0.74% | 0.99% | - |
| XYZ | 63.41 | 65.7 | 14.34 | - |
| YUV | 204.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 65 | 0 | 0.18 | 0.74 | 0.01 | 45.56 | 0.97 | 0.62 |
| Hex | FC | CF | 41 | 0 | 12 | 4A | 1 | 2E | 61 | 3E |
| Octal | 374 | 317 | 101 | 0 | 22 | 112 | 1 | 56 | 141 | 76 |
| Binary | 11111100 | 11001111 | 1000001 | 0 | 10010 | 1001010 | 1 | 101110 | 1100001 | 111110 |
Color Harmonies of #FCCF41
Complementary color
Monochromatic Colors of #FCCF41
Black with #FCCF41
Text Example
Text Example
White with #FCCF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF41; }
p { color: rgb(252,207,65); }
H1.HeaderClassName
{
color: #FCCF41;
}
.AnyTagClassName
{
color: #FCCF41;
}
</style>
background-color css
<style>
a { background-color: #FCCF41; }
a { background-color: rgb(252,207,65); }
div.DivClassName
{
background-color: #FCCF41;
}
.BgClassName
{
background-color: #FCCF41;
}
</style>
border-color css
<style>
span { border-color: #FCCF41; }
span { border-color: rgb(252,207,65); }
td.TdClassName
{
border-color: #FCCF41;
}
.TagClassName
{
border-color: #FCCF41;
}
</style>