#FEA95E

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

Shades of Rajah #FEA95E

Tints of Rajah #FEA95E

Color information

#FEA95E (or 0xFEA95E) is unknown color: approx Rajah. HEX triplet: FE, A9 and 5E. RGB value is (254,169,94). Sum of RGB (Red+Green+Blue) = 254+169+94=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA95E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA95E is #0156A1. Grayscale: #BABABA. Windows color (decimal): -87714 or 6203902. OLE color: 6203902.

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

Color convert

RGB25416994-
CMYK00.330.630.00
HSL28.13º98.77%68.24%-
HSV(B)28.13º62.99%99.61%-
XYZ57.0850.2517.28-
YUV185.8676.16176.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 94 (37.11% from 255) = 18.18%
R=49.13%
G=32.69%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541699400.330.630.0028.1398.7768.24
HexFEA95E0213F01c6344
Octal37625113604177034143104
Binary11111110101010011011110010000111111101110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA95E; }

 p { color: rgb(254,169,94); }

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

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

 a { background-color: rgb(254,169,94); }

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

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

 span { border-color: rgb(254,169,94); }

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