Html Css Color HEX #FAAA63 Rajah

📋 copy color: '#FAAA63'

red 250 ◦ green 170 ◦ blue 99

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

Shades of Rajah #FAAA63

Tints of Rajah #FAAA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.08%

R = 48.17%
G = 32.76%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAAA63 (or 0xFAAA63) is known color: Rajah. HEX triplet: FA, AA and 63. RGB value is (250,170,99). Sum of RGB (Red+Green+Blue) = 250+170+99=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA63 is #05559C. Grayscale: #BABABA. Windows color (decimal): -349597 or 6531834. OLE color: 6531834.

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

Color convert

RGB 250 170 99 -
CMYK 0 0.32 0.60 0.02
HSL 28.21º 0.94% 0.68% -
HSV(B) 28.21º 0.6% 0.98% -
XYZ 56.05 49.97 18.5 -
YUV 185.83 79 173.77 -
System Red Green Blue C M Y K H S L
Decimal 250 170 99 0 0.32 0.60 0.02 28.21 0.94 0.68
Hex FA AA 63 0 20 3C 2 1C 5E 44
Octal 372 252 143 0 40 74 2 34 136 104
Binary 11111010 10101010 1100011 0 100000 111100 10 11100 1011110 1000100

Color Harmonies of #FAAA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA63

Black with #FAAA63

Text Example


Text Example

White with #FAAA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA63; }

 p { color: rgb(250,170,99); }

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

background-color css

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

 a { background-color: rgb(250,170,99); }

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

border-color css

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

 span { border-color: rgb(250,170,99); }

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