#FEAE68

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

Shades of Rajah #FEAE68

Tints of Rajah #FEAE68

Color information

#FEAE68 (or 0xFEAE68) is unknown color: approx Rajah. HEX triplet: FE, AE and 68. RGB value is (254,174,104). Sum of RGB (Red+Green+Blue) = 254+174+104=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAE68 is #015197. Grayscale: #BEBEBE. Windows color (decimal): -86424 or 6860542. OLE color: 6860542.

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

Color convert

RGB254174104-
CMYK00.310.590.00
HSL28º98.68%70.2%-
HSV(B)28º59.06%99.61%-
XYZ58.5152.3420.12-
YUV189.9479.5173.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.74%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 104 (41.02% from 255) = 19.55%
R=47.74%
G=32.71%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417410400.310.590.002898.6870.2
HexFEAE6801F3B01c6346
Octal37625615003773034143106
Binary1111111010101110110100001111111101101110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE68; }

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

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

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

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

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

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

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

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