Html Css Color HEX #FEA559 Rajah

📋 copy color: '#FEA559'

red 254 ◦ green 165 ◦ blue 89

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

Shades of Rajah #FEA559

Tints of Rajah #FEA559

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 value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEA559 (or 0xFEA559) is known color: 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

RGB 254 165 89 -
CMYK 0 0.35 0.65 0.00
HSL 27.64º 0.99% 0.67% -
HSV(B) 27.64º 0.65% 1% -
XYZ 56.13 48.7 15.89 -
YUV 182.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 254 165 89 0 0.35 0.65 0.00 27.64 0.99 0.67
Hex FE A5 59 0 23 41 0 1C 63 43
Octal 376 245 131 0 43 101 0 34 143 103
Binary 11111110 10100101 1011001 0 100011 1000001 0 11100 1100011 1000011

Color Harmonies of #FEA559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA559

Black with #FEA559

Text Example


Text Example

White with #FEA559

Text Example


Text Example

HTML Codes & Css Web 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>