#F5C66D

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

Shades of Grandis #F5C66D

Tints of Grandis #F5C66D

Color information

#F5C66D (or 0xF5C66D) is unknown color: approx Grandis. HEX triplet: F5, C6 and 6D. RGB value is (245,198,109). Sum of RGB (Red+Green+Blue) = 245+198+109=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C66D is #0A3992. Grayscale: #CACACA. Windows color (decimal): -670099 or 7194357. OLE color: 7194357.

HSL color Cylindrical-coordinate representation of color #F5C66D: hue angle of 39.26º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5C66D is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245198109-
CMYK00.190.560.04
HSL39.26º87.18%69.41%-
HSV(B)39.26º55.51%96.08%-
XYZ60.6160.923.03-
YUV201.9175.57158.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 109 (42.97% from 255) = 19.75%
R=44.38%
G=35.87%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519810900.190.560.0439.2687.1869.41
HexF5C66D013384275745
Octal36530615502370447127105
Binary1111010111000110110110101001111100010010011110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C66D; }

 p { color: rgb(245,198,109); }

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

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

 a { background-color: rgb(245,198,109); }

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

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

 span { border-color: rgb(245,198,109); }

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