Shades of Grandis #F5CB74
Tints of Grandis #F5CB74
RGB
CMYK
RGB Variations
Color information
#F5CB74 (or 0xF5CB74) is known color: Grandis. HEX triplet: F5, CB and 74. RGB value is (245,203,116). Sum of RGB (Red+Green+Blue) = 245+203+116=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB74 is #0A348B. Grayscale: #CECECE. Windows color (decimal): -668812 or 7654389. OLE color: 7654389.
HSL color Cylindrical-coordinate representation of color #F5CB74: hue angle of 40.47º 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 #F5CB74 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 116 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.04 |
| HSL | 40.47º | 0.87% | 0.71% | - |
| HSV(B) | 40.47º | 0.53% | 0.96% | - |
| XYZ | 62.16 | 63.39 | 25.48 | - |
| YUV | 205.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 116 | 0 | 0.17 | 0.53 | 0.04 | 40.47 | 0.87 | 0.71 |
| Hex | F5 | CB | 74 | 0 | 11 | 35 | 4 | 28 | 57 | 47 |
| Octal | 365 | 313 | 164 | 0 | 21 | 65 | 4 | 50 | 127 | 107 |
| Binary | 11110101 | 11001011 | 1110100 | 0 | 10001 | 110101 | 100 | 101000 | 1010111 | 1000111 |
Color Harmonies of #F5CB74
Complementary color
Monochromatic Colors of #F5CB74
Black with #F5CB74
Text Example
Text Example
White with #F5CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB74; }
p { color: rgb(245,203,116); }
H1.HeaderClassName
{
color: #F5CB74;
}
.AnyTagClassName
{
color: #F5CB74;
}
</style>
background-color css
<style>
a { background-color: #F5CB74; }
a { background-color: rgb(245,203,116); }
div.DivClassName
{
background-color: #F5CB74;
}
.BgClassName
{
background-color: #F5CB74;
}
</style>
border-color css
<style>
span { border-color: #F5CB74; }
span { border-color: rgb(245,203,116); }
td.TdClassName
{
border-color: #F5CB74;
}
.TagClassName
{
border-color: #F5CB74;
}
</style>