Html Css Color HEX #FBAB50 Texas Rose

📋 copy color: '#FBAB50'

red 251 ◦ green 171 ◦ blue 80

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

Shades of Texas Rose #FBAB50

Tints of Texas Rose #FBAB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.94%

R = 50%
G = 34.06%
B = 15.94%

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

#FBAB50 (or 0xFBAB50) is known color: Texas Rose. HEX triplet: FB, AB and 50. RGB value is (251,171,80). Sum of RGB (Red+Green+Blue) = 251+171+80=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB50 is #0454AF. Grayscale: #B8B8B8. Windows color (decimal): -283824 or 5286907. OLE color: 5286907.

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

Color convert

RGB 251 171 80 -
CMYK 0 0.32 0.68 0.02
HSL 31.93º 0.96% 0.65% -
HSV(B) 31.93º 0.68% 0.98% -
XYZ 55.79 50.21 14.34 -
YUV 184.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 251 171 80 0 0.32 0.68 0.02 31.93 0.96 0.65
Hex FB AB 50 0 20 44 2 20 60 41
Octal 373 253 120 0 40 104 2 40 140 101
Binary 11111011 10101011 1010000 0 100000 1000100 10 100000 1100000 1000001

Color Harmonies of #FBAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB50

Black with #FBAB50

Text Example


Text Example

White with #FBAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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