Shades of Grandis #F4CB74
Tints of Grandis #F4CB74
RGB
CMYK
RGB Variations
Color information
#F4CB74 (or 0xF4CB74) is known color: Grandis. HEX triplet: F4, CB and 74. RGB value is (244,203,116). Sum of RGB (Red+Green+Blue) = 244+203+116=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CB74 is #0B348B. Grayscale: #CDCDCD. Windows color (decimal): -734348 or 7654388. OLE color: 7654388.
HSL color Cylindrical-coordinate representation of color #F4CB74: hue angle of 40.78º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4CB74 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 116 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.04 |
| HSL | 40.78º | 0.85% | 0.71% | - |
| HSV(B) | 40.78º | 0.52% | 0.96% | - |
| XYZ | 61.82 | 63.21 | 25.46 | - |
| YUV | 205.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 116 | 0 | 0.17 | 0.52 | 0.04 | 40.78 | 0.85 | 0.71 |
| Hex | F4 | CB | 74 | 0 | 11 | 34 | 4 | 29 | 55 | 47 |
| Octal | 364 | 313 | 164 | 0 | 21 | 64 | 4 | 51 | 125 | 107 |
| Binary | 11110100 | 11001011 | 1110100 | 0 | 10001 | 110100 | 100 | 101001 | 1010101 | 1000111 |
Color Harmonies of #F4CB74
Complementary color
Monochromatic Colors of #F4CB74
Black with #F4CB74
Text Example
Text Example
White with #F4CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB74; }
p { color: rgb(244,203,116); }
H1.HeaderClassName
{
color: #F4CB74;
}
.AnyTagClassName
{
color: #F4CB74;
}
</style>
background-color css
<style>
a { background-color: #F4CB74; }
a { background-color: rgb(244,203,116); }
div.DivClassName
{
background-color: #F4CB74;
}
.BgClassName
{
background-color: #F4CB74;
}
</style>
border-color css
<style>
span { border-color: #F4CB74; }
span { border-color: rgb(244,203,116); }
td.TdClassName
{
border-color: #F4CB74;
}
.TagClassName
{
border-color: #F4CB74;
}
</style>