Html Css Color HEX #FEA664 Rajah

📋 copy color: '#FEA664'

red 254 ◦ green 166 ◦ blue 100

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

Shades of Rajah #FEA664

Tints of Rajah #FEA664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

 BLUE value IS 100 (39.45% from 255) = 19.23%

R = 48.85%
G = 31.92%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEA664 (or 0xFEA664) is known color: Rajah. HEX triplet: FE, A6 and 64. RGB value is (254,166,100). Sum of RGB (Red+Green+Blue) = 254+166+100=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA664 is #01599B. Grayscale: #B9B9B9. Windows color (decimal): -88476 or 6596350. OLE color: 6596350.

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

Color convert

RGB 254 166 100 -
CMYK 0 0.35 0.61 0.00
HSL 25.71º 0.99% 0.69% -
HSV(B) 25.71º 0.61% 1% -
XYZ 56.81 49.26 18.57 -
YUV 184.79 80.15 177.37 -
System Red Green Blue C M Y K H S L
Decimal 254 166 100 0 0.35 0.61 0.00 25.71 0.99 0.69
Hex FE A6 64 0 23 3D 0 1A 63 45
Octal 376 246 144 0 43 75 0 32 143 105
Binary 11111110 10100110 1100100 0 100011 111101 0 11010 1100011 1000101

Color Harmonies of #FEA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA664

Black with #FEA664

Text Example


Text Example

White with #FEA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA664; }

 p { color: rgb(254,166,100); }

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

background-color css

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

 a { background-color: rgb(254,166,100); }

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

border-color css

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

 span { border-color: rgb(254,166,100); }

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