Html Css Color HEX #FEAA68 Rajah

📋 copy color: '#FEAA68'

red 254 ◦ green 170 ◦ blue 104

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

Shades of Rajah #FEAA68

Tints of Rajah #FEAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.2%

 BLUE value IS 104 (41.02% from 255) = 19.7%

R = 48.11%
G = 32.2%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEAA68 (or 0xFEAA68) is known color: Rajah. HEX triplet: FE, AA and 68. RGB value is (254,170,104). Sum of RGB (Red+Green+Blue) = 254+170+104=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA68 is #015597. Grayscale: #BBBBBB. Windows color (decimal): -87448 or 6859518. OLE color: 6859518.

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

Color convert

RGB 254 170 104 -
CMYK 0 0.33 0.59 0.00
HSL 26.4º 0.99% 0.7% -
HSV(B) 26.4º 0.59% 1% -
XYZ 57.75 50.82 19.86 -
YUV 187.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 254 170 104 0 0.33 0.59 0.00 26.4 0.99 0.7
Hex FE AA 68 0 21 3B 0 1A 63 46
Octal 376 252 150 0 41 73 0 32 143 106
Binary 11111110 10101010 1101000 0 100001 111011 0 11010 1100011 1000110

Color Harmonies of #FEAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA68

Black with #FEAA68

Text Example


Text Example

White with #FEAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA68; }

 p { color: rgb(254,170,104); }

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

background-color css

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

 a { background-color: rgb(254,170,104); }

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

border-color css

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

 span { border-color: rgb(254,170,104); }

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