Html Css Color HEX #FEA95D Rajah

📋 copy color: '#FEA95D'

red 254 ◦ green 169 ◦ blue 93

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

Shades of Rajah #FEA95D

Tints of Rajah #FEA95D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.75%

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

R = 49.22%
G = 32.75%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEA95D (or 0xFEA95D) is known color: Rajah. HEX triplet: FE, A9 and 5D. RGB value is (254,169,93). Sum of RGB (Red+Green+Blue) = 254+169+93=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA95D is #0156A2. Grayscale: #BABABA. Windows color (decimal): -87715 or 6138366. OLE color: 6138366.

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

Color convert

RGB 254 169 93 -
CMYK 0 0.33 0.63 0.00
HSL 28.32º 0.99% 0.68% -
HSV(B) 28.32º 0.63% 1% -
XYZ 57.04 50.24 17.05 -
YUV 185.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 254 169 93 0 0.33 0.63 0.00 28.32 0.99 0.68
Hex FE A9 5D 0 21 3F 0 1C 63 44
Octal 376 251 135 0 41 77 0 34 143 104
Binary 11111110 10101001 1011101 0 100001 111111 0 11100 1100011 1000100

Color Harmonies of #FEA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA95D

Black with #FEA95D

Text Example


Text Example

White with #FEA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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