#FAAB5F

Color #FAAB5F Rajah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rajah #FAAB5F

Tints of Rajah #FAAB5F

Color information

#FAAB5F (or 0xFAAB5F) is unknown color: approx 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

RGB25017195-
CMYK00.320.620.02
HSL29.42º93.94%67.65%-
HSV(B)29.42º62%98.04%-
XYZ56.0550.2817.58-
YUV185.9676.67173.68-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501719500.320.620.0229.4293.9467.65
HexFAAB5F0203E21d5e44
Octal37225313704076235136104
Binary111110101010101110111110100000111110101110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>