Shades of Grandis #FCCF74
Tints of Grandis #FCCF74
RGB
CMYK
RGB Variations
Color information
#FCCF74 (or 0xFCCF74) is known color: Grandis. HEX triplet: FC, CF and 74. RGB value is (252,207,116). Sum of RGB (Red+Green+Blue) = 252+207+116=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF74 is #03308B. Grayscale: #D2D2D2. Windows color (decimal): -209036 or 7655420. OLE color: 7655420.
HSL color Cylindrical-coordinate representation of color #FCCF74: hue angle of 40.15º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCCF74 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 116 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.01 |
| HSL | 40.15º | 0.96% | 0.72% | - |
| HSV(B) | 40.15º | 0.54% | 0.99% | - |
| XYZ | 65.61 | 66.58 | 25.92 | - |
| YUV | 210.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 116 | 0 | 0.18 | 0.54 | 0.01 | 40.15 | 0.96 | 0.72 |
| Hex | FC | CF | 74 | 0 | 12 | 36 | 1 | 28 | 60 | 48 |
| Octal | 374 | 317 | 164 | 0 | 22 | 66 | 1 | 50 | 140 | 110 |
| Binary | 11111100 | 11001111 | 1110100 | 0 | 10010 | 110110 | 1 | 101000 | 1100000 | 1001000 |
Color Harmonies of #FCCF74
Complementary color
Monochromatic Colors of #FCCF74
Black with #FCCF74
Text Example
Text Example
White with #FCCF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF74; }
p { color: rgb(252,207,116); }
H1.HeaderClassName
{
color: #FCCF74;
}
.AnyTagClassName
{
color: #FCCF74;
}
</style>
background-color css
<style>
a { background-color: #FCCF74; }
a { background-color: rgb(252,207,116); }
div.DivClassName
{
background-color: #FCCF74;
}
.BgClassName
{
background-color: #FCCF74;
}
</style>
border-color css
<style>
span { border-color: #FCCF74; }
span { border-color: rgb(252,207,116); }
td.TdClassName
{
border-color: #FCCF74;
}
.TagClassName
{
border-color: #FCCF74;
}
</style>