Html Css Color HEX #FAAB5F Rajah

📋 copy color: '#FAAB5F'

red 250 ◦ green 171 ◦ blue 95

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

Shades of Rajah #FAAB5F

Tints of Rajah #FAAB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.41%

R = 48.45%
G = 33.14%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAAB5F (or 0xFAAB5F) is known color: Rajah. HEX triplet: FA, AB and 5F. RGB value is (250,171,95). Sum of RGB (Red+Green+Blue) = 250+171+95=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB5F is #0554A0. Grayscale: #BABABA. Windows color (decimal): -349345 or 6269946. OLE color: 6269946.

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

Color convert

RGB 250 171 95 -
CMYK 0 0.32 0.62 0.02
HSL 29.42º 0.94% 0.68% -
HSV(B) 29.42º 0.62% 0.98% -
XYZ 56.05 50.28 17.58 -
YUV 185.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 250 171 95 0 0.32 0.62 0.02 29.42 0.94 0.68
Hex FA AB 5F 0 20 3E 2 1D 5E 44
Octal 372 253 137 0 40 76 2 35 136 104
Binary 11111010 10101011 1011111 0 100000 111110 10 11101 1011110 1000100

Color Harmonies of #FAAB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB5F

Black with #FAAB5F

Text Example


Text Example

White with #FAAB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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