#FEA865

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

Shades of Rajah #FEA865

Tints of Rajah #FEA865

Color information

#FEA865 (or 0xFEA865) is unknown color: approx Rajah. HEX triplet: FE, A8 and 65. RGB value is (254,168,101). Sum of RGB (Red+Green+Blue) = 254+168+101=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA865 is #01579A. Grayscale: #BABABA. Windows color (decimal): -87963 or 6662398. OLE color: 6662398.

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

Color convert

RGB254168101-
CMYK00.340.600.00
HSL26.27º98.71%69.61%-
HSV(B)26.27º60.24%99.61%-
XYZ57.2250.0218.95-
YUV186.0879.99176.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.57%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 101 (39.84% from 255) = 19.31%
R=48.57%
G=32.12%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416810100.340.600.0026.2798.7169.61
HexFEA8650223C01a6346
Octal37625014504274032143106
Binary11111110101010001100101010001011110001101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA865; }

 p { color: rgb(254,168,101); }

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

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

 a { background-color: rgb(254,168,101); }

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

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

 span { border-color: rgb(254,168,101); }

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