#F4CE76

Color #F4CE76 Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #F4CE76

Tints of Grandis #F4CE76

Color information

#F4CE76 (or 0xF4CE76) is unknown color: approx Grandis. HEX triplet: F4, CE and 76. RGB value is (244,206,118). Sum of RGB (Red+Green+Blue) = 244+206+118=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CE76 is #0B3189. Grayscale: #CFCFCF. Windows color (decimal): -733578 or 7786228. OLE color: 7786228.

HSL color Cylindrical-coordinate representation of color #F4CE76: hue angle of 41.9º 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 #F4CE76 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB244206118-
CMYK00.160.520.04
HSL41.9º85.14%70.98%-
HSV(B)41.9º51.64%95.69%-
XYZ62.6564.6826.32-
YUV207.3377.59154.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 42.96%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 118 (46.48% from 255) = 20.77%
R=42.96%
G=36.27%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420611800.160.520.0441.985.1470.98
HexF4CE760103442a5547
Octal36431616602064452125107
Binary1111010011001110111011001000011010010010101010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CE76; }

 p { color: rgb(244,206,118); }

 H1.HeaderClassName
 {
   color: #F4CE76;
 }
 .AnyTagClassName
 {
   color: #F4CE76;
 }
</style>
background-color css

<style>
 a { background-color: #F4CE76; }

 a { background-color: rgb(244,206,118); }

 div.DivClassName
 {
   background-color: #F4CE76;
 }
 .BgClassName
 {
   background-color: #F4CE76;
 }
</style>
border-color css

<style>
 span { border-color: #F4CE76; }

 span { border-color: rgb(244,206,118); }

 td.TdClassName
 {
   border-color: #F4CE76;
 }
 .TagClassName
 {
   border-color: #F4CE76;
 }
</style>