#F5C76A

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

Shades of Grandis #F5C76A

Tints of Grandis #F5C76A

Color information

#F5C76A (or 0xF5C76A) is unknown color: approx Grandis. HEX triplet: F5, C7 and 6A. RGB value is (245,199,106). Sum of RGB (Red+Green+Blue) = 245+199+106=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C76A is #0A3895. Grayscale: #CACACA. Windows color (decimal): -669846 or 6998005. OLE color: 6998005.

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

Color convert

RGB245199106-
CMYK00.190.570.04
HSL40.14º87.42%68.82%-
HSV(B)40.14º56.73%96.08%-
XYZ60.6861.322.27-
YUV202.1573.74158.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 199 (78.12% from 255) = 36.18%
BLUE value IS 106 (41.80% from 255) = 19.27%
R=44.55%
G=36.18%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519910600.190.570.0440.1487.4268.82
HexF5C76A013394285745
Octal36530715202371450127105
Binary1111010111000111110101001001111100110010100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C76A; }

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

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

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

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

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

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

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

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