#FED16F

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

Shades of Grandis #FED16F

Tints of Grandis #FED16F

Color information

#FED16F (or 0xFED16F) is unknown color: approx Grandis. HEX triplet: FE, D1 and 6F. RGB value is (254,209,111). Sum of RGB (Red+Green+Blue) = 254+209+111=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FED16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED16F is #012E90. Grayscale: #D3D3D3. Windows color (decimal): -77457 or 7328254. OLE color: 7328254.

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

Color convert

RGB254209111-
CMYK00.180.560.00
HSL41.12º98.62%71.57%-
HSV(B)41.12º56.3%99.61%-
XYZ66.5467.8224.62-
YUV211.2871.41158.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 209 (82.03% from 255) = 36.41%
BLUE value IS 111 (43.75% from 255) = 19.34%
R=44.25%
G=36.41%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420911100.180.560.0041.1298.6271.57
HexFED16F012380296348
Octal37632115702270051143110
Binary11111110110100011101111010010111000010100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED16F; }

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

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

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

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

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

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

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

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