#FEC169

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

Shades of Grandis #FEC169

Tints of Grandis #FEC169

Color information

#FEC169 (or 0xFEC169) is unknown color: approx Grandis. HEX triplet: FE, C1 and 69. RGB value is (254,193,105). Sum of RGB (Red+Green+Blue) = 254+193+105=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC169 is #013E96. Grayscale: #C9C9C9. Windows color (decimal): -81559 or 6930942. OLE color: 6930942.

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

Color convert

RGB254193105-
CMYK00.240.590.00
HSL35.44º98.68%70.39%-
HSV(B)35.44º58.66%99.61%-
XYZ62.4960.2321.7-
YUV201.2173.71165.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 105 (41.41% from 255) = 19.02%
R=46.01%
G=34.96%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419310500.240.590.0035.4498.6870.39
HexFEC1690183B0236346
Octal37630115103073043143106
Binary11111110110000011101001011000111011010001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC169; }

 p { color: rgb(254,193,105); }

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

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

 a { background-color: rgb(254,193,105); }

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

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

 span { border-color: rgb(254,193,105); }

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