Html Css Color HEX #FAAA66 Rajah

📋 copy color: '#FAAA66'

red 250 ◦ green 170 ◦ blue 102

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

Shades of Rajah #FAAA66

Tints of Rajah #FAAA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 47.89%
G = 32.57%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAAA66 (or 0xFAAA66) is known color: Rajah. HEX triplet: FA, AA and 66. RGB value is (250,170,102). Sum of RGB (Red+Green+Blue) = 250+170+102=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA66 is #055599. Grayscale: #BABABA. Windows color (decimal): -349594 or 6728442. OLE color: 6728442.

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

Color convert

RGB 250 170 102 -
CMYK 0 0.32 0.59 0.02
HSL 27.57º 0.94% 0.69% -
HSV(B) 27.57º 0.59% 0.98% -
XYZ 56.2 50.03 19.27 -
YUV 186.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 250 170 102 0 0.32 0.59 0.02 27.57 0.94 0.69
Hex FA AA 66 0 20 3B 2 1C 5E 45
Octal 372 252 146 0 40 73 2 34 136 105
Binary 11111010 10101010 1100110 0 100000 111011 10 11100 1011110 1000101

Color Harmonies of #FAAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA66

Black with #FAAA66

Text Example


Text Example

White with #FAAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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