Html Css Color HEX #FEA661 Rajah

📋 copy color: '#FEA661'

red 254 ◦ green 166 ◦ blue 97

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

Shades of Rajah #FEA661

Tints of Rajah #FEA661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.76%

R = 49.13%
G = 32.11%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEA661 (or 0xFEA661) is known color: Rajah. HEX triplet: FE, A6 and 61. RGB value is (254,166,97). Sum of RGB (Red+Green+Blue) = 254+166+97=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA661 is #01599E. Grayscale: #B8B8B8. Windows color (decimal): -88479 or 6399742. OLE color: 6399742.

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

Color convert

RGB 254 166 97 -
CMYK 0 0.35 0.62 0.00
HSL 26.37º 0.99% 0.69% -
HSV(B) 26.37º 0.62% 1% -
XYZ 56.67 49.21 17.82 -
YUV 184.45 78.65 177.61 -
System Red Green Blue C M Y K H S L
Decimal 254 166 97 0 0.35 0.62 0.00 26.37 0.99 0.69
Hex FE A6 61 0 23 3E 0 1A 63 45
Octal 376 246 141 0 43 76 0 32 143 105
Binary 11111110 10100110 1100001 0 100011 111110 0 11010 1100011 1000101

Color Harmonies of #FEA661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA661

Black with #FEA661

Text Example


Text Example

White with #FEA661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA661; }

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

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

background-color css

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

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

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

border-color css

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

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

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