Html Css Color HEX #FEA55B Rajah

📋 copy color: '#FEA55B'

red 254 ◦ green 165 ◦ blue 91

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

Shades of Rajah #FEA55B

Tints of Rajah #FEA55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.84%

R = 49.8%
G = 32.35%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEA55B (or 0xFEA55B) is known color: Rajah. HEX triplet: FE, A5 and 5B. RGB value is (254,165,91). Sum of RGB (Red+Green+Blue) = 254+165+91=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA55B is #015AA4. Grayscale: #B7B7B7. Windows color (decimal): -88741 or 6006270. OLE color: 6006270.

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

Color convert

RGB 254 165 91 -
CMYK 0 0.35 0.64 0.00
HSL 27.24º 0.99% 0.68% -
HSV(B) 27.24º 0.64% 1% -
XYZ 56.22 48.74 16.34 -
YUV 183.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 254 165 91 0 0.35 0.64 0.00 27.24 0.99 0.68
Hex FE A5 5B 0 23 40 0 1B 63 44
Octal 376 245 133 0 43 100 0 33 143 104
Binary 11111110 10100101 1011011 0 100011 1000000 0 11011 1100011 1000100

Color Harmonies of #FEA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA55B

Black with #FEA55B

Text Example


Text Example

White with #FEA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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