#FEC869

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

Shades of Grandis #FEC869

Tints of Grandis #FEC869

Color information

#FEC869 (or 0xFEC869) is unknown color: approx Grandis. HEX triplet: FE, C8 and 69. RGB value is (254,200,105). Sum of RGB (Red+Green+Blue) = 254+200+105=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC869 is #013796. Grayscale: #CDCDCD. Windows color (decimal): -79767 or 6932734. OLE color: 6932734.

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

Color convert

RGB254200105-
CMYK00.210.590.00
HSL38.26º98.68%70.39%-
HSV(B)38.26º58.66%99.61%-
XYZ64.0863.422.22-
YUV205.3271.39162.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 200 (78.52% from 255) = 35.78%
BLUE value IS 105 (41.41% from 255) = 18.78%
R=45.44%
G=35.78%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420010500.210.590.0038.2698.6870.39
HexFEC8690153B0266346
Octal37631015102573046143106
Binary11111110110010001101001010101111011010011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC869; }

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

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

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

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

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

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

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

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