Html Css Color HEX #FEAA5E Rajah

📋 copy color: '#FEAA5E'

red 254 ◦ green 170 ◦ blue 94

#FEAA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FEAA5E

Tints of Rajah #FEAA5E

RGB

 RED value IS 254 (99.61% from 255) = 49.03%

 GREEN value IS 170 (66.8% from 255) = 32.82%

 BLUE value IS 94 (37.11% from 255) = 18.15%

R = 49.03%
G = 32.82%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEAA5E (or 0xFEAA5E) is known color: Rajah. HEX triplet: FE, AA and 5E. RGB value is (254,170,94). Sum of RGB (Red+Green+Blue) = 254+170+94=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA5E is #0155A1. Grayscale: #BABABA. Windows color (decimal): -87458 or 6204158. OLE color: 6204158.

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

Color convert

RGB 254 170 94 -
CMYK 0 0.33 0.63 0.00
HSL 28.5º 0.99% 0.68% -
HSV(B) 28.5º 0.63% 1% -
XYZ 57.27 50.63 17.34 -
YUV 186.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 254 170 94 0 0.33 0.63 0.00 28.5 0.99 0.68
Hex FE AA 5E 0 21 3F 0 1C 63 44
Octal 376 252 136 0 41 77 0 34 143 104
Binary 11111110 10101010 1011110 0 100001 111111 0 11100 1100011 1000100

Color Harmonies of #FEAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA5E

Black with #FEAA5E

Text Example


Text Example

White with #FEAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA5E; }

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

 H1.HeaderClassName
 {
   color: #FEAA5E;
 }
 .AnyTagClassName
 {
   color: #FEAA5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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