#FCC769

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

Shades of Grandis #FCC769

Tints of Grandis #FCC769

Color information

#FCC769 (or 0xFCC769) is unknown color: approx Grandis. HEX triplet: FC, C7 and 69. RGB value is (252,199,105). Sum of RGB (Red+Green+Blue) = 252+199+105=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC769 is #033896. Grayscale: #CCCCCC. Windows color (decimal): -211095 or 6932476. OLE color: 6932476.

HSL color Cylindrical-coordinate representation of color #FCC769: hue angle of 38.37º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCC769 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB252199105-
CMYK00.210.580.01
HSL38.37º96.08%70%-
HSV(B)38.37º58.33%98.82%-
XYZ63.1262.5622.11-
YUV204.1372.06162.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 105 (41.41% from 255) = 18.88%
R=45.32%
G=35.79%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219910500.210.580.0138.3796.0870
HexFCC7690153A1266046
Octal37430715102572146140106
Binary11111100110001111101001010101111010110011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC769; }

 p { color: rgb(252,199,105); }

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

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

 a { background-color: rgb(252,199,105); }

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

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

 span { border-color: rgb(252,199,105); }

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