#FBAB58

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

Shades of Texas Rose #FBAB58

Tints of Texas Rose #FBAB58

Color information

#FBAB58 (or 0xFBAB58) is unknown color: approx Texas Rose. HEX triplet: FB, AB and 58. RGB value is (251,171,88). Sum of RGB (Red+Green+Blue) = 251+171+88=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB58 is #0454A7. Grayscale: #B9B9B9. Windows color (decimal): -283816 or 5811195. OLE color: 5811195.

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

Color convert

RGB25117188-
CMYK00.320.650.02
HSL30.55º95.32%66.47%-
HSV(B)30.55º64.94%98.43%-
XYZ56.1150.3415.99-
YUV185.4673174.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 88 (34.77% from 255) = 17.25%
R=49.22%
G=33.53%
B=17.25%

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
Decimal2511718800.320.650.0230.5595.3266.47
HexFBAB580204121f5f42
Octal373253130040101237137102
Binary1111101110101011101100001000001000001101111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB58; }

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

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

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

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

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

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

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

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