Html Css Color HEX #FBAB58 Texas Rose

📋 copy color: '#FBAB58'

red 251 ◦ green 171 ◦ blue 88

#FBAB58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas Rose #FBAB58

Tints of Texas Rose #FBAB58

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 value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FBAB58 (or 0xFBAB58) is known color: 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

RGB 251 171 88 -
CMYK 0 0.32 0.65 0.02
HSL 30.55º 0.95% 0.66% -
HSV(B) 30.55º 0.65% 0.98% -
XYZ 56.11 50.34 15.99 -
YUV 185.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 251 171 88 0 0.32 0.65 0.02 30.55 0.95 0.66
Hex FB AB 58 0 20 41 2 1F 5F 42
Octal 373 253 130 0 40 101 2 37 137 102
Binary 11111011 10101011 1011000 0 100000 1000001 10 11111 1011111 1000010

Color Harmonies of #FBAB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB58

Black with #FBAB58

Text Example


Text Example

White with #FBAB58

Text Example


Text Example

HTML Codes & Css Web 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>