Shades of Grandis #FCC265
Tints of Grandis #FCC265
RGB
CMYK
RGB Variations
Color information
#FCC265 (or 0xFCC265) is known color: Grandis. HEX triplet: FC, C2 and 65. RGB value is (252,194,101). Sum of RGB (Red+Green+Blue) = 252+194+101=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC265 is #033D9A. Grayscale: #C9C9C9. Windows color (decimal): -212379 or 6669052. OLE color: 6669052.
HSL color Cylindrical-coordinate representation of color #FCC265: hue angle of 36.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC265 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 101 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.01 |
| HSL | 36.95º | 0.96% | 0.69% | - |
| HSV(B) | 36.95º | 0.6% | 0.99% | - |
| XYZ | 61.79 | 60.22 | 20.68 | - |
| YUV | 200.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 101 | 0 | 0.23 | 0.60 | 0.01 | 36.95 | 0.96 | 0.69 |
| Hex | FC | C2 | 65 | 0 | 17 | 3C | 1 | 25 | 60 | 45 |
| Octal | 374 | 302 | 145 | 0 | 27 | 74 | 1 | 45 | 140 | 105 |
| Binary | 11111100 | 11000010 | 1100101 | 0 | 10111 | 111100 | 1 | 100101 | 1100000 | 1000101 |
Color Harmonies of #FCC265
Complementary color
Monochromatic Colors of #FCC265
Black with #FCC265
Text Example
Text Example
White with #FCC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC265; }
p { color: rgb(252,194,101); }
H1.HeaderClassName
{
color: #FCC265;
}
.AnyTagClassName
{
color: #FCC265;
}
</style>
background-color css
<style>
a { background-color: #FCC265; }
a { background-color: rgb(252,194,101); }
div.DivClassName
{
background-color: #FCC265;
}
.BgClassName
{
background-color: #FCC265;
}
</style>
border-color css
<style>
span { border-color: #FCC265; }
span { border-color: rgb(252,194,101); }
td.TdClassName
{
border-color: #FCC265;
}
.TagClassName
{
border-color: #FCC265;
}
</style>