#FFC569

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

Shades of Grandis #FFC569

Tints of Grandis #FFC569

Color information

#FFC569 (or 0xFFC569) is unknown color: approx Grandis. HEX triplet: FF, C5 and 69. RGB value is (255,197,105). Sum of RGB (Red+Green+Blue) = 255+197+105=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC569 is #003A96. Grayscale: #CCCCCC. Windows color (decimal): -14999 or 6931967. OLE color: 6931967.

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

Color convert

RGB255197105-
CMYK00.230.590
HSL36.8º100%70.59%-
HSV(B)36.8º58.82%100%-
XYZ63.7662.2122.01-
YUV203.8572.22164.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 105 (41.41% from 255) = 18.85%
R=45.78%
G=35.37%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519710500.230.59036.810070.59
HexFFC5690173B0256447
Octal37730515102773045144107
Binary11111111110001011101001010111111011010010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC569; }

 p { color: rgb(255,197,105); }

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

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

 a { background-color: rgb(255,197,105); }

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

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

 span { border-color: rgb(255,197,105); }

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