#FBAC58

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

Shades of Texas Rose #FBAC58

Tints of Texas Rose #FBAC58

Color information

#FBAC58 (or 0xFBAC58) is unknown color: approx Texas Rose. HEX triplet: FB, AC and 58. RGB value is (251,172,88). Sum of RGB (Red+Green+Blue) = 251+172+88=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAC58 is #0453A7. Grayscale: #BABABA. Windows color (decimal): -283560 or 5811451. OLE color: 5811451.

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

Color convert

RGB25117288-
CMYK00.310.650.02
HSL30.92º95.32%66.47%-
HSV(B)30.92º64.94%98.43%-
XYZ56.350.7216.06-
YUV186.0472.67174.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.12%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 88 (34.77% from 255) = 17.22%
R=49.12%
G=33.66%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511728800.310.650.0230.9295.3266.47
HexFBAC5801F4121f5f42
Octal373254130037101237137102
Binary111110111010110010110000111111000001101111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC58; }

 p { color: rgb(251,172,88); }

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

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

 a { background-color: rgb(251,172,88); }

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

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

 span { border-color: rgb(251,172,88); }

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