Html Css Color HEX #FEA558 Rajah

📋 copy color: '#FEA558'

red 254 ◦ green 165 ◦ blue 88

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

Shades of Rajah #FEA558

Tints of Rajah #FEA558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

 BLUE value IS 88 (34.77% from 255) = 17.36%

R = 50.1%
G = 32.54%
B = 17.36%

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

#FEA558 (or 0xFEA558) is known color: Rajah. HEX triplet: FE, A5 and 58. RGB value is (254,165,88). Sum of RGB (Red+Green+Blue) = 254+165+88=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA558 is #015AA7. Grayscale: #B7B7B7. Windows color (decimal): -88744 or 5809662. OLE color: 5809662.

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

Color convert

RGB 254 165 88 -
CMYK 0 0.35 0.65 0.00
HSL 27.83º 0.99% 0.67% -
HSV(B) 27.83º 0.65% 1% -
XYZ 56.09 48.69 15.67 -
YUV 182.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 254 165 88 0 0.35 0.65 0.00 27.83 0.99 0.67
Hex FE A5 58 0 23 41 0 1C 63 43
Octal 376 245 130 0 43 101 0 34 143 103
Binary 11111110 10100101 1011000 0 100011 1000001 0 11100 1100011 1000011

Color Harmonies of #FEA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA558

Black with #FEA558

Text Example


Text Example

White with #FEA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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