#FED274

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

Shades of Grandis #FED274

Tints of Grandis #FED274

Color information

#FED274 (or 0xFED274) is unknown color: approx Grandis. HEX triplet: FE, D2 and 74. RGB value is (254,210,116). Sum of RGB (Red+Green+Blue) = 254+210+116=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FED274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED274 is #012D8B. Grayscale: #D4D4D4. Windows color (decimal): -77196 or 7656190. OLE color: 7656190.

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

Color convert

RGB254210116-
CMYK00.170.540.00
HSL40.87º98.57%72.55%-
HSV(B)40.87º54.33%99.61%-
XYZ67.0768.4226.2-
YUV212.4473.58157.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 210 (82.42% from 255) = 36.21%
BLUE value IS 116 (45.70% from 255) = 20%
R=43.79%
G=36.21%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421011600.170.540.0040.8798.5772.55
HexFED274011360296349
Octal37632216402166051143111
Binary11111110110100101110100010001110110010100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED274; }

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

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

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

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

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

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

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

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