Html Css Color HEX #FEAE5D Rajah

📋 copy color: '#FEAE5D'

red 254 ◦ green 174 ◦ blue 93

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

Shades of Rajah #FEAE5D

Tints of Rajah #FEAE5D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 93 (36.72% from 255) = 17.85%

R = 48.75%
G = 33.4%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEAE5D (or 0xFEAE5D) is known color: Rajah. HEX triplet: FE, AE and 5D. RGB value is (254,174,93). Sum of RGB (Red+Green+Blue) = 254+174+93=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAE5D is #0151A2. Grayscale: #BDBDBD. Windows color (decimal): -86435 or 6139646. OLE color: 6139646.

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

Color convert

RGB 254 174 93 -
CMYK 0 0.31 0.63 0.00
HSL 30.19º 0.99% 0.68% -
HSV(B) 30.19º 0.63% 1% -
XYZ 57.98 52.13 17.36 -
YUV 188.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 254 174 93 0 0.31 0.63 0.00 30.19 0.99 0.68
Hex FE AE 5D 0 1F 3F 0 1E 63 44
Octal 376 256 135 0 37 77 0 36 143 104
Binary 11111110 10101110 1011101 0 11111 111111 0 11110 1100011 1000100

Color Harmonies of #FEAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAE5D

Black with #FEAE5D

Text Example


Text Example

White with #FEAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAE5D; }

 p { color: rgb(254,174,93); }

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

background-color css

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

 a { background-color: rgb(254,174,93); }

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

border-color css

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

 span { border-color: rgb(254,174,93); }

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