#FFC066

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

Shades of Grandis #FFC066

Tints of Grandis #FFC066

Color information

#FFC066 (or 0xFFC066) is unknown color: approx Grandis. HEX triplet: FF, C0 and 66. RGB value is (255,192,102). Sum of RGB (Red+Green+Blue) = 255+192+102=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC066 is #003F99. Grayscale: #C9C9C9. Windows color (decimal): -16282 or 6734079. OLE color: 6734079.

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

Color convert

RGB255192102-
CMYK00.250.60
HSL35.29º100%70%-
HSV(B)35.29º60%100%-
XYZ62.4959.9220.84-
YUV200.5872.37166.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 102 (40.23% from 255) = 18.58%
R=46.45%
G=34.97%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519210200.250.6035.2910070
HexFFC0660193C0236446
Octal37730014603174043144106
Binary11111111110000001100110011001111100010001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC066; }

 p { color: rgb(255,192,102); }

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

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

 a { background-color: rgb(255,192,102); }

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

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

 span { border-color: rgb(255,192,102); }

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