Html Css Color HEX #FAAA5D Rajah

📋 copy color: '#FAAA5D'

red 250 ◦ green 170 ◦ blue 93

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

Shades of Rajah #FAAA5D

Tints of Rajah #FAAA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.13%

R = 48.73%
G = 33.14%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAAA5D (or 0xFAAA5D) is known color: Rajah. HEX triplet: FA, AA and 5D. RGB value is (250,170,93). Sum of RGB (Red+Green+Blue) = 250+170+93=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA5D is #0555A2. Grayscale: #B9B9B9. Windows color (decimal): -349603 or 6138618. OLE color: 6138618.

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

Color convert

RGB 250 170 93 -
CMYK 0 0.32 0.63 0.02
HSL 29.43º 0.94% 0.67% -
HSV(B) 29.43º 0.63% 0.98% -
XYZ 55.77 49.86 17.04 -
YUV 185.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 250 170 93 0 0.32 0.63 0.02 29.43 0.94 0.67
Hex FA AA 5D 0 20 3F 2 1D 5E 43
Octal 372 252 135 0 40 77 2 35 136 103
Binary 11111010 10101010 1011101 0 100000 111111 10 11101 1011110 1000011

Color Harmonies of #FAAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA5D

Black with #FAAA5D

Text Example


Text Example

White with #FAAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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