#FEC973

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

Shades of Grandis #FEC973

Tints of Grandis #FEC973

Color information

#FEC973 (or 0xFEC973) is unknown color: approx Grandis. HEX triplet: FE, C9 and 73. RGB value is (254,201,115). Sum of RGB (Red+Green+Blue) = 254+201+115=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC973 is #01368C. Grayscale: #CFCFCF. Windows color (decimal): -79501 or 7588350. OLE color: 7588350.

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

Color convert

RGB254201115-
CMYK00.210.550.00
HSL37.12º98.58%72.35%-
HSV(B)37.12º54.72%99.61%-
XYZ64.8564.0825.17-
YUV207.0476.06161.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 115 (45.31% from 255) = 20.18%
R=44.56%
G=35.26%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420111500.210.550.0037.1298.5872.35
HexFEC973015370256348
Octal37631116302567045143110
Binary11111110110010011110011010101110111010010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC973; }

 p { color: rgb(254,201,115); }

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

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

 a { background-color: rgb(254,201,115); }

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

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

 span { border-color: rgb(254,201,115); }

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