#FED66F

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

Shades of Grandis #FED66F

Tints of Grandis #FED66F

Color information

#FED66F (or 0xFED66F) is unknown color: approx Grandis. HEX triplet: FE, D6 and 6F. RGB value is (254,214,111). Sum of RGB (Red+Green+Blue) = 254+214+111=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FED66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED66F is #012990. Grayscale: #D6D6D6. Windows color (decimal): -76177 or 7329534. OLE color: 7329534.

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

Color convert

RGB254214111-
CMYK00.160.560.00
HSL43.22º98.62%71.57%-
HSV(B)43.22º56.3%99.61%-
XYZ67.7970.3125.04-
YUV214.2269.75156.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 111 (43.75% from 255) = 19.17%
R=43.87%
G=36.96%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421411100.160.560.0043.2298.6271.57
HexFED66F0103802b6348
Octal37632615702070053143110
Binary11111110110101101101111010000111000010101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED66F; }

 p { color: rgb(254,214,111); }

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

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

 a { background-color: rgb(254,214,111); }

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

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

 span { border-color: rgb(254,214,111); }

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