#FEA559

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

Shades of Rajah #FEA559

Tints of Rajah #FEA559

Color information

#FEA559 (or 0xFEA559) is unknown color: approx Rajah. HEX triplet: FE, A5 and 59. RGB value is (254,165,89). Sum of RGB (Red+Green+Blue) = 254+165+89=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA559 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA559 is #015AA6. Grayscale: #B7B7B7. Windows color (decimal): -88743 or 5875198. OLE color: 5875198.

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

Color convert

RGB25416589-
CMYK00.350.650.00
HSL27.64º98.8%67.25%-
HSV(B)27.64º64.96%99.61%-
XYZ56.1348.715.89-
YUV182.9574.99178.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 89 (35.16% from 255) = 17.52%
R=50%
G=32.48%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541658900.350.650.0027.6498.867.25
HexFEA5590234101c6343
Octal376245131043101034143103
Binary111111101010010110110010100011100000101110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA559; }

 p { color: rgb(254,165,89); }

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

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

 a { background-color: rgb(254,165,89); }

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

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

 span { border-color: rgb(254,165,89); }

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