#FAAB57

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

Shades of Texas Rose #FAAB57

Tints of Texas Rose #FAAB57

Color information

#FAAB57 (or 0xFAAB57) is unknown color: approx Texas Rose. HEX triplet: FA, AB and 57. RGB value is (250,171,87). Sum of RGB (Red+Green+Blue) = 250+171+87=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB57 is #0554A8. Grayscale: #B9B9B9. Windows color (decimal): -349353 or 5745658. OLE color: 5745658.

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

Color convert

RGB25017187-
CMYK00.320.650.02
HSL30.92º94.22%66.08%-
HSV(B)30.92º65.2%98.04%-
XYZ55.7150.1415.76-
YUV185.0472.67174.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.21%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 87 (34.38% from 255) = 17.13%
R=49.21%
G=33.66%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501718700.320.650.0230.9294.2266.08
HexFAAB570204121f5e42
Octal372253127040101237136102
Binary1111101010101011101011101000001000001101111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB57; }

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

 H1.HeaderClassName
 {
   color: #FAAB57;
 }
 .AnyTagClassName
 {
   color: #FAAB57;
 }
</style>
background-color css

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

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

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

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

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

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