#FED471

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

Shades of Grandis #FED471

Tints of Grandis #FED471

Color information

#FED471 (or 0xFED471) is unknown color: approx Grandis. HEX triplet: FE, D4 and 71. RGB value is (254,212,113). Sum of RGB (Red+Green+Blue) = 254+212+113=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FED471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED471 is #012B8E. Grayscale: #D5D5D5. Windows color (decimal): -76687 or 7460094. OLE color: 7460094.

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

Color convert

RGB254212113-
CMYK00.170.560.00
HSL42.13º98.6%71.96%-
HSV(B)42.13º55.51%99.61%-
XYZ67.469.3525.46-
YUV213.2771.41157.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 113 (44.53% from 255) = 19.52%
R=43.87%
G=36.61%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421211300.170.560.0042.1398.671.96
HexFED4710113802a6348
Octal37632416102170052143110
Binary11111110110101001110001010001111000010101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED471; }

 p { color: rgb(254,212,113); }

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

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

 a { background-color: rgb(254,212,113); }

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

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

 span { border-color: rgb(254,212,113); }

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