#FED168

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

Shades of Grandis #FED168

Tints of Grandis #FED168

Color information

#FED168 (or 0xFED168) is unknown color: approx Grandis. HEX triplet: FE, D1 and 68. RGB value is (254,209,104). Sum of RGB (Red+Green+Blue) = 254+209+104=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FED168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED168 is #012E97. Grayscale: #D2D2D2. Windows color (decimal): -77464 or 6869502. OLE color: 6869502.

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

Color convert

RGB254209104-
CMYK00.180.590.00
HSL42º98.68%70.2%-
HSV(B)42º59.06%99.61%-
XYZ66.1767.6722.67-
YUV210.4867.91159.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 209 (82.03% from 255) = 36.86%
BLUE value IS 104 (41.02% from 255) = 18.34%
R=44.80%
G=36.86%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420910400.180.590.004298.6870.2
HexFED1680123B02a6346
Octal37632115002273052143106
Binary11111110110100011101000010010111011010101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED168; }

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

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

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

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

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

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

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

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