#FEC468

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

Shades of Grandis #FEC468

Tints of Grandis #FEC468

Color information

#FEC468 (or 0xFEC468) is unknown color: approx Grandis. HEX triplet: FE, C4 and 68. RGB value is (254,196,104). Sum of RGB (Red+Green+Blue) = 254+196+104=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC468 is #013B97. Grayscale: #CBCBCB. Windows color (decimal): -80792 or 6866174. OLE color: 6866174.

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

Color convert

RGB254196104-
CMYK00.230.590.00
HSL36.8º98.68%70.2%-
HSV(B)36.8º59.06%99.61%-
XYZ63.1161.5521.65-
YUV202.8572.22164.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.85%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 104 (41.02% from 255) = 18.77%
R=45.85%
G=35.38%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419610400.230.590.0036.898.6870.2
HexFEC4680173B0256346
Octal37630415002773045143106
Binary11111110110001001101000010111111011010010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC468; }

 p { color: rgb(254,196,104); }

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

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

 a { background-color: rgb(254,196,104); }

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

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

 span { border-color: rgb(254,196,104); }

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