#FFC66A

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

Shades of Grandis #FFC66A

Tints of Grandis #FFC66A

Color information

#FFC66A (or 0xFFC66A) is unknown color: approx Grandis. HEX triplet: FF, C6 and 6A. RGB value is (255,198,106). Sum of RGB (Red+Green+Blue) = 255+198+106=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC66A is #003995. Grayscale: #CCCCCC. Windows color (decimal): -14742 or 6997759. OLE color: 6997759.

HSL color Cylindrical-coordinate representation of color #FFC66A: hue angle of 37.05º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFC66A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255198106-
CMYK00.220.580
HSL37.05º100%70.78%-
HSV(B)37.05º58.43%100%-
XYZ64.0462.6922.36-
YUV204.5672.38163.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 106 (41.80% from 255) = 18.96%
R=45.62%
G=35.42%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519810600.220.58037.0510070.78
HexFFC66A0163A0256447
Octal37730615202672045144107
Binary11111111110001101101010010110111010010010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC66A; }

 p { color: rgb(255,198,106); }

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

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

 a { background-color: rgb(255,198,106); }

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

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

 span { border-color: rgb(255,198,106); }

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