Html Css Color HEX #FBAB51 Texas Rose

📋 copy color: '#FBAB51'

red 251 ◦ green 171 ◦ blue 81

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

Shades of Texas Rose #FBAB51

Tints of Texas Rose #FBAB51

RGB

 RED value IS 251 (98.44% from 255) = 49.9%

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 81 (32.03% from 255) = 16.1%

R = 49.9%
G = 34%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBAB51 (or 0xFBAB51) is known color: Texas Rose. HEX triplet: FB, AB and 51. RGB value is (251,171,81). Sum of RGB (Red+Green+Blue) = 251+171+81=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB51 is #0454AE. Grayscale: #B9B9B9. Windows color (decimal): -283823 or 5352443. OLE color: 5352443.

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

Color convert

RGB 251 171 81 -
CMYK 0 0.32 0.68 0.02
HSL 31.76º 0.96% 0.65% -
HSV(B) 31.76º 0.68% 0.98% -
XYZ 55.83 50.23 14.54 -
YUV 184.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 251 171 81 0 0.32 0.68 0.02 31.76 0.96 0.65
Hex FB AB 51 0 20 44 2 20 60 41
Octal 373 253 121 0 40 104 2 40 140 101
Binary 11111011 10101011 1010001 0 100000 1000100 10 100000 1100000 1000001

Color Harmonies of #FBAB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB51

Black with #FBAB51

Text Example


Text Example

White with #FBAB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB51; }

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

 H1.HeaderClassName
 {
   color: #FBAB51;
 }
 .AnyTagClassName
 {
   color: #FBAB51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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