#FEC767

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

Shades of Grandis #FEC767

Tints of Grandis #FEC767

Color information

#FEC767 (or 0xFEC767) is unknown color: approx Grandis. HEX triplet: FE, C7 and 67. RGB value is (254,199,103). Sum of RGB (Red+Green+Blue) = 254+199+103=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC767 is #013898. Grayscale: #CCCCCC. Windows color (decimal): -80025 or 6801406. OLE color: 6801406.

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

Color convert

RGB254199103-
CMYK00.220.590.00
HSL38.15º98.69%70%-
HSV(B)38.15º59.45%99.61%-
XYZ63.7462.921.61-
YUV204.570.72163.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 103 (40.62% from 255) = 18.53%
R=45.68%
G=35.79%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419910300.220.590.0038.1598.6970
HexFEC7670163B0266346
Octal37630714702673046143106
Binary11111110110001111100111010110111011010011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC767; }

 p { color: rgb(254,199,103); }

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

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

 a { background-color: rgb(254,199,103); }

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

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

 span { border-color: rgb(254,199,103); }

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