#FEA85A

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

Shades of Rajah #FEA85A

Tints of Rajah #FEA85A

Color information

#FEA85A (or 0xFEA85A) is unknown color: approx Rajah. HEX triplet: FE, A8 and 5A. RGB value is (254,168,90). Sum of RGB (Red+Green+Blue) = 254+168+90=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA85A is #0157A5. Grayscale: #B9B9B9. Windows color (decimal): -87974 or 5941502. OLE color: 5941502.

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

Color convert

RGB25416890-
CMYK00.340.650.00
HSL28.54º98.8%67.45%-
HSV(B)28.54º64.57%99.61%-
XYZ56.7249.8116.3-
YUV184.8274.49177.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 90 (35.55% from 255) = 17.58%
R=49.61%
G=32.81%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541689000.340.650.0028.5498.867.45
HexFEA85A0224101d6343
Octal376250132042101035143103
Binary111111101010100010110100100010100000101110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA85A; }

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

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

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

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

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

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

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

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