#f4ce73

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

Shades of Grandis #F4CE73

Tints of Grandis #F4CE73

Color information

#F4CE73 (or 0xF4CE73) is unknown color: approx Grandis. HEX triplet: F4, CE and 73. RGB value is (244,206,115). Sum of RGB (Red+Green+Blue) = 244+206+115=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CE73 is #0B318C. Grayscale: #CFCFCF. Windows color (decimal): -733581 or 7589620. OLE color: 7589620.

HSL color Cylindrical-coordinate representation of color #F4CE73: hue angle of 42.33º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F4CE73 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB244206115-
CMYK00.160.530.04
HSL42.33º85.43%70.39%-
HSV(B)42.33º52.87%95.69%-
XYZ62.4764.6125.4-
YUV206.9976.09154.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.19%
GREEN value IS 206 (80.86% from 255) = 36.46%
BLUE value IS 115 (45.31% from 255) = 20.35%
R=43.19%
G=36.46%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420611500.160.530.0442.3385.4370.39
HexF4CE730103542a5546
Octal36431616302065452125106
Binary1111010011001110111001101000011010110010101010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4ce73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4ce73; }

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

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

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

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

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

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

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

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