#F4CF73

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

Shades of Grandis #F4CF73

Tints of Grandis #F4CF73

Color information

#F4CF73 (or 0xF4CF73) is unknown color: approx Grandis. HEX triplet: F4, CF and 73. RGB value is (244,207,115). Sum of RGB (Red+Green+Blue) = 244+207+115=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CF73 is #0B308C. Grayscale: #CFCFCF. Windows color (decimal): -733325 or 7589876. OLE color: 7589876.

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

Color convert

RGB244207115-
CMYK00.150.530.04
HSL42.79º85.43%70.39%-
HSV(B)42.79º52.87%95.69%-
XYZ62.7265.125.48-
YUV207.5875.76153.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.11%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 115 (45.31% from 255) = 20.32%
R=43.11%
G=36.57%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420711500.150.530.0442.7985.4370.39
HexF4CF730F3542b5546
Octal36431716301765453125106
Binary111101001100111111100110111111010110010101110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CF73; }

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

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

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

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

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

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

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

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