Html Css Color HEX #FAAE64 Rajah

📋 copy color: '#FAAE64'

red 250 ◦ green 174 ◦ blue 100

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

Shades of Rajah #FAAE64

Tints of Rajah #FAAE64

RGB

 RED value IS 250 (98.05% from 255) = 47.71%

 GREEN value IS 174 (68.36% from 255) = 33.21%

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

R = 47.71%
G = 33.21%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAAE64 (or 0xFAAE64) is known color: Rajah. HEX triplet: FA, AE and 64. RGB value is (250,174,100). Sum of RGB (Red+Green+Blue) = 250+174+100=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAE64 is #05519B. Grayscale: #BCBCBC. Windows color (decimal): -348572 or 6598394. OLE color: 6598394.

HSL color Cylindrical-coordinate representation of color #FAAE64: hue angle of 29.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAAE64 is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 174 100 -
CMYK 0 0.30 0.6 0.02
HSL 29.6º 0.94% 0.69% -
HSV(B) 29.6º 0.6% 0.98% -
XYZ 56.86 51.52 19 -
YUV 188.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 250 174 100 0 0.30 0.6 0.02 29.6 0.94 0.69
Hex FA AE 64 0 1E 3C 2 1E 5E 45
Octal 372 256 144 0 36 74 2 36 136 105
Binary 11111010 10101110 1100100 0 11110 111100 10 11110 1011110 1000101

Color Harmonies of #FAAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE64

Black with #FAAE64

Text Example


Text Example

White with #FAAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE64; }

 p { color: rgb(250,174,100); }

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

background-color css

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

 a { background-color: rgb(250,174,100); }

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

border-color css

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

 span { border-color: rgb(250,174,100); }

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