Shades of Grandis #F5CC74
Tints of Grandis #F5CC74
RGB
CMYK
RGB Variations
Color information
#F5CC74 (or 0xF5CC74) is known color: Grandis. HEX triplet: F5, CC and 74. RGB value is (245,204,116). Sum of RGB (Red+Green+Blue) = 245+204+116=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC74 is #0A338B. Grayscale: #CECECE. Windows color (decimal): -668556 or 7654645. OLE color: 7654645.
HSL color Cylindrical-coordinate representation of color #F5CC74: hue angle of 40.93º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5CC74 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 116 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.04 |
| HSL | 40.93º | 0.87% | 0.71% | - |
| HSV(B) | 40.93º | 0.53% | 0.96% | - |
| XYZ | 62.4 | 63.86 | 25.56 | - |
| YUV | 206.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 116 | 0 | 0.17 | 0.53 | 0.04 | 40.93 | 0.87 | 0.71 |
| Hex | F5 | CC | 74 | 0 | 11 | 35 | 4 | 29 | 57 | 47 |
| Octal | 365 | 314 | 164 | 0 | 21 | 65 | 4 | 51 | 127 | 107 |
| Binary | 11110101 | 11001100 | 1110100 | 0 | 10001 | 110101 | 100 | 101001 | 1010111 | 1000111 |
Color Harmonies of #F5CC74
Complementary color
Monochromatic Colors of #F5CC74
Black with #F5CC74
Text Example
Text Example
White with #F5CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CC74; }
p { color: rgb(245,204,116); }
H1.HeaderClassName
{
color: #F5CC74;
}
.AnyTagClassName
{
color: #F5CC74;
}
</style>
background-color css
<style>
a { background-color: #F5CC74; }
a { background-color: rgb(245,204,116); }
div.DivClassName
{
background-color: #F5CC74;
}
.BgClassName
{
background-color: #F5CC74;
}
</style>
border-color css
<style>
span { border-color: #F5CC74; }
span { border-color: rgb(245,204,116); }
td.TdClassName
{
border-color: #F5CC74;
}
.TagClassName
{
border-color: #F5CC74;
}
</style>