Html Css Color HEX #FAAB63 Rajah

📋 copy color: '#FAAB63'

red 250 ◦ green 171 ◦ blue 99

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

Shades of Rajah #FAAB63

Tints of Rajah #FAAB63

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.88%

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

R = 48.08%
G = 32.88%
B = 19.04%

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

#FAAB63 (or 0xFAAB63) is known color: Rajah. HEX triplet: FA, AB and 63. RGB value is (250,171,99). Sum of RGB (Red+Green+Blue) = 250+171+99=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB63 is #05549C. Grayscale: #BABABA. Windows color (decimal): -349341 or 6532090. OLE color: 6532090.

HSL color Cylindrical-coordinate representation of color #FAAB63: hue angle of 28.61º 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 #FAAB63 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 171 99 -
CMYK 0 0.32 0.60 0.02
HSL 28.61º 0.94% 0.68% -
HSV(B) 28.61º 0.6% 0.98% -
XYZ 56.24 50.35 18.56 -
YUV 186.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 250 171 99 0 0.32 0.60 0.02 28.61 0.94 0.68
Hex FA AB 63 0 20 3C 2 1D 5E 44
Octal 372 253 143 0 40 74 2 35 136 104
Binary 11111010 10101011 1100011 0 100000 111100 10 11101 1011110 1000100

Color Harmonies of #FAAB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB63

Black with #FAAB63

Text Example


Text Example

White with #FAAB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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