#FED174

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

Shades of Grandis #FED174

Tints of Grandis #FED174

Color information

#FED174 (or 0xFED174) is unknown color: approx Grandis. HEX triplet: FE, D1 and 74. RGB value is (254,209,116). Sum of RGB (Red+Green+Blue) = 254+209+116=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FED174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED174 is #012E8B. Grayscale: #D4D4D4. Windows color (decimal): -77452 or 7655934. OLE color: 7655934.

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

Color convert

RGB254209116-
CMYK00.180.540.00
HSL40.43º98.57%72.55%-
HSV(B)40.43º54.33%99.61%-
XYZ66.8367.9326.11-
YUV211.8573.91158.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 116 (45.70% from 255) = 20.03%
R=43.87%
G=36.10%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420911600.180.540.0040.4398.5772.55
HexFED174012360286349
Octal37632116402266050143111
Binary11111110110100011110100010010110110010100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED174; }

 p { color: rgb(254,209,116); }

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

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

 a { background-color: rgb(254,209,116); }

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

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

 span { border-color: rgb(254,209,116); }

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