Shades of Grandis #FFCE70
Tints of Grandis #FFCE70
RGB
CMYK
RGB Variations
Color information
#FFCE70 (or 0xFFCE70) is known color: Grandis. HEX triplet: FF, CE and 70. RGB value is (255,206,112). Sum of RGB (Red+Green+Blue) = 255+206+112=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE70 is #00318F. Grayscale: #D2D2D2. Windows color (decimal): -12688 or 7393023. OLE color: 7393023.
HSL color Cylindrical-coordinate representation of color #FFCE70: hue angle of 39.44º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFCE70 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 206 | 112 | - |
CMYK | 0 | 0.19 | 0.56 | 0 |
HSL | 39.44º | 1% | 0.72% | - |
HSV(B) | 39.44º | 0.56% | 1% | - |
XYZ | 66.24 | 66.57 | 24.69 | - |
YUV | 209.94 | 72.73 | 160.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 206 | 112 | 0 | 0.19 | 0.56 | 0 | 39.44 | 1 | 0.72 |
Hex | FF | CE | 70 | 0 | 13 | 38 | 0 | 27 | 64 | 48 |
Octal | 377 | 316 | 160 | 0 | 23 | 70 | 0 | 47 | 144 | 110 |
Binary | 11111111 | 11001110 | 1110000 | 0 | 10011 | 111000 | 0 | 100111 | 1100100 | 1001000 |
Color Harmonies of #FFCE70
Complementary color
Monochromatic Colors of #FFCE70
Black with #FFCE70
Text Example
Text Example
White with #FFCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE70; }
p { color: rgb(255,206,112); }
H1.HeaderClassName
{
color: #FFCE70;
}
.AnyTagClassName
{
color: #FFCE70;
}
</style>
background-color css
<style>
a { background-color: #FFCE70; }
a { background-color: rgb(255,206,112); }
div.DivClassName
{
background-color: #FFCE70;
}
.BgClassName
{
background-color: #FFCE70;
}
</style>
border-color css
<style>
span { border-color: #FFCE70; }
span { border-color: rgb(255,206,112); }
td.TdClassName
{
border-color: #FFCE70;
}
.TagClassName
{
border-color: #FFCE70;
}
</style>