#FAB057

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

Shades of Texas Rose #FAB057

Tints of Texas Rose #FAB057

Color information

#FAB057 (or 0xFAB057) is unknown color: approx Texas Rose. HEX triplet: FA, B0 and 57. RGB value is (250,176,87). Sum of RGB (Red+Green+Blue) = 250+176+87=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB057 is #054FA8. Grayscale: #BCBCBC. Windows color (decimal): -348073 or 5746938. OLE color: 5746938.

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

Color convert

RGB25017687-
CMYK00.300.650.02
HSL32.76º94.22%66.08%-
HSV(B)32.76º65.2%98.04%-
XYZ56.6752.0616.08-
YUV187.9871.02172.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 87 (34.38% from 255) = 16.96%
R=48.73%
G=34.31%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501768700.300.650.0232.7694.2266.08
HexFAB05701E412215e42
Octal372260127036101241136102
Binary1111101010110000101011101111010000011010000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB057; }

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

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

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

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

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

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

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

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