#FEC667

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

Shades of Grandis #FEC667

Tints of Grandis #FEC667

Color information

#FEC667 (or 0xFEC667) is unknown color: approx Grandis. HEX triplet: FE, C6 and 67. RGB value is (254,198,103). Sum of RGB (Red+Green+Blue) = 254+198+103=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC667 is #013998. Grayscale: #CCCCCC. Windows color (decimal): -80281 or 6801150. OLE color: 6801150.

HSL color Cylindrical-coordinate representation of color #FEC667: hue angle of 37.75º 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 #FEC667 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB254198103-
CMYK00.220.590.00
HSL37.75º98.69%70%-
HSV(B)37.75º59.45%99.61%-
XYZ63.5262.4421.54-
YUV203.9171.05163.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.77%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 103 (40.62% from 255) = 18.56%
R=45.77%
G=35.68%
B=18.56%

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
Decimal25419810300.220.590.0037.7598.6970
HexFEC6670163B0266346
Octal37630614702673046143106
Binary11111110110001101100111010110111011010011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC667; }

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

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

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

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

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

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

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

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