#f4c974

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

Shades of Grandis #F4C974

Tints of Grandis #F4C974

Color information

#F4C974 (or 0xF4C974) is unknown color: approx Grandis. HEX triplet: F4, C9 and 74. RGB value is (244,201,116). Sum of RGB (Red+Green+Blue) = 244+201+116=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C974 is #0B368B. Grayscale: #CCCCCC. Windows color (decimal): -734860 or 7653876. OLE color: 7653876.

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

Color convert

RGB244201116-
CMYK00.180.520.04
HSL39.84º85.33%70.59%-
HSV(B)39.84º52.46%95.69%-
XYZ61.3562.2725.31-
YUV204.1778.25156.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.49%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 116 (45.70% from 255) = 20.68%
R=43.49%
G=35.83%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420111600.180.520.0439.8485.3370.59
HexF4C974012344285547
Octal36431116402264450125107
Binary1111010011001001111010001001011010010010100010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4c974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4c974; }

 p { color: rgb(244,201,116); }

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

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

 a { background-color: rgb(244,201,116); }

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

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

 span { border-color: rgb(244,201,116); }

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