#F4C86F

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

Shades of Grandis #F4C86F

Tints of Grandis #F4C86F

Color information

#F4C86F (or 0xF4C86F) is unknown color: approx Grandis. HEX triplet: F4, C8 and 6F. RGB value is (244,200,111). Sum of RGB (Red+Green+Blue) = 244+200+111=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C86F is #0B3790. Grayscale: #CBCBCB. Windows color (decimal): -735121 or 7325940. OLE color: 7325940.

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

Color convert

RGB244200111-
CMYK00.180.550.04
HSL40.15º85.81%69.61%-
HSV(B)40.15º54.51%95.69%-
XYZ60.8361.6923.74-
YUV203.0176.08157.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.96%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 111 (43.75% from 255) = 20%
R=43.96%
G=36.04%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420011100.180.550.0440.1585.8169.61
HexF4C86F012374285646
Octal36431015702267450126106
Binary1111010011001000110111101001011011110010100010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C86F; }

 p { color: rgb(244,200,111); }

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

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

 a { background-color: rgb(244,200,111); }

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

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

 span { border-color: rgb(244,200,111); }

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