#FECC6A

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

Shades of Grandis #FECC6A

Tints of Grandis #FECC6A

Color information

#FECC6A (or 0xFECC6A) is unknown color: approx Grandis. HEX triplet: FE, CC and 6A. RGB value is (254,204,106). Sum of RGB (Red+Green+Blue) = 254+204+106=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC6A is #013395. Grayscale: #D0D0D0. Windows color (decimal): -78742 or 6999294. OLE color: 6999294.

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

Color convert

RGB254204106-
CMYK00.200.580.00
HSL39.73º98.67%70.59%-
HSV(B)39.73º58.27%99.61%-
XYZ65.0765.322.81-
YUV207.7870.56160.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 106 (41.80% from 255) = 18.79%
R=45.04%
G=36.17%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420410600.200.580.0039.7398.6770.59
HexFECC6A0143A0286347
Octal37631415202472050143107
Binary11111110110011001101010010100111010010100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECC6A; }

 p { color: rgb(254,204,106); }

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

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

 a { background-color: rgb(254,204,106); }

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

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

 span { border-color: rgb(254,204,106); }

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