#F5C46A

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

Shades of Grandis #F5C46A

Tints of Grandis #F5C46A

Color information

#F5C46A (or 0xF5C46A) is unknown color: approx Grandis. HEX triplet: F5, C4 and 6A. RGB value is (245,196,106). Sum of RGB (Red+Green+Blue) = 245+196+106=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C46A is #0A3B95. Grayscale: #C8C8C8. Windows color (decimal): -670614 or 6997237. OLE color: 6997237.

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

Color convert

RGB245196106-
CMYK00.20.570.04
HSL38.85º87.42%68.82%-
HSV(B)38.85º56.73%96.08%-
XYZ6059.9322.04-
YUV200.3974.73159.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.79%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 106 (41.80% from 255) = 19.38%
R=44.79%
G=35.83%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519610600.20.570.0438.8587.4268.82
HexF5C46A014394275745
Octal36530415202471447127105
Binary1111010111000100110101001010011100110010011110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C46A; }

 p { color: rgb(245,196,106); }

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

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

 a { background-color: rgb(245,196,106); }

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

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

 span { border-color: rgb(245,196,106); }

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