Html Css Color HEX #FEAD5E Rajah

📋 copy color: '#FEAD5E'

red 254 ◦ green 173 ◦ blue 94

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

Shades of Rajah #FEAD5E

Tints of Rajah #FEAD5E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 48.75%
G = 33.21%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEAD5E (or 0xFEAD5E) is known color: Rajah. HEX triplet: FE, AD and 5E. RGB value is (254,173,94). Sum of RGB (Red+Green+Blue) = 254+173+94=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD5E is #0152A1. Grayscale: #BCBCBC. Windows color (decimal): -86690 or 6204926. OLE color: 6204926.

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

Color convert

RGB 254 173 94 -
CMYK 0 0.32 0.63 0.00
HSL 29.63º 0.99% 0.68% -
HSV(B) 29.63º 0.63% 1% -
XYZ 57.84 51.77 17.53 -
YUV 188.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 254 173 94 0 0.32 0.63 0.00 29.63 0.99 0.68
Hex FE AD 5E 0 20 3F 0 1E 63 44
Octal 376 255 136 0 40 77 0 36 143 104
Binary 11111110 10101101 1011110 0 100000 111111 0 11110 1100011 1000100

Color Harmonies of #FEAD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD5E

Black with #FEAD5E

Text Example


Text Example

White with #FEAD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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