#F4C975

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

Shades of Grandis #F4C975

Tints of Grandis #F4C975

Color information

#F4C975 (or 0xF4C975) is unknown color: approx Grandis. HEX triplet: F4, C9 and 75. RGB value is (244,201,117). Sum of RGB (Red+Green+Blue) = 244+201+117=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C975 is #0B368A. Grayscale: #CCCCCC. Windows color (decimal): -734859 or 7719412. OLE color: 7719412.

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

Color convert

RGB244201117-
CMYK00.180.520.04
HSL39.69º85.23%70.78%-
HSV(B)39.69º52.05%95.69%-
XYZ61.4162.2925.62-
YUV204.2878.75156.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.42%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 117 (46.09% from 255) = 20.82%
R=43.42%
G=35.77%
B=20.82%

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
Decimal24420111700.180.520.0439.6985.2370.78
HexF4C975012344285547
Octal36431116502264450125107
Binary1111010011001001111010101001011010010010100010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C975; }

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

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

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

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

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

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

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

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