Shades of Grandis #FDCB74
Tints of Grandis #FDCB74
RGB
CMYK
RGB Variations
Color information
#FDCB74 (or 0xFDCB74) is known color: Grandis. HEX triplet: FD, CB and 74. RGB value is (253,203,116). Sum of RGB (Red+Green+Blue) = 253+203+116=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB74 is #02348B. Grayscale: #D0D0D0. Windows color (decimal): -144524 or 7654397. OLE color: 7654397.
HSL color Cylindrical-coordinate representation of color #FDCB74: hue angle of 38.1º degrees, saturation: 0.97, 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 #FDCB74 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 116 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.01 |
| HSL | 38.1º | 0.97% | 0.72% | - |
| HSV(B) | 38.1º | 0.54% | 0.99% | - |
| XYZ | 65.02 | 64.86 | 25.61 | - |
| YUV | 208.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 116 | 0 | 0.20 | 0.54 | 0.01 | 38.1 | 0.97 | 0.72 |
| Hex | FD | CB | 74 | 0 | 14 | 36 | 1 | 26 | 61 | 48 |
| Octal | 375 | 313 | 164 | 0 | 24 | 66 | 1 | 46 | 141 | 110 |
| Binary | 11111101 | 11001011 | 1110100 | 0 | 10100 | 110110 | 1 | 100110 | 1100001 | 1001000 |
Color Harmonies of #FDCB74
Complementary color
Monochromatic Colors of #FDCB74
Black with #FDCB74
Text Example
Text Example
White with #FDCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB74; }
p { color: rgb(253,203,116); }
H1.HeaderClassName
{
color: #FDCB74;
}
.AnyTagClassName
{
color: #FDCB74;
}
</style>
background-color css
<style>
a { background-color: #FDCB74; }
a { background-color: rgb(253,203,116); }
div.DivClassName
{
background-color: #FDCB74;
}
.BgClassName
{
background-color: #FDCB74;
}
</style>
border-color css
<style>
span { border-color: #FDCB74; }
span { border-color: rgb(253,203,116); }
td.TdClassName
{
border-color: #FDCB74;
}
.TagClassName
{
border-color: #FDCB74;
}
</style>