Html Css Color HEX #FBAB55 Texas Rose

📋 copy color: '#FBAB55'

red 251 ◦ green 171 ◦ blue 85

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

Shades of Texas Rose #FBAB55

Tints of Texas Rose #FBAB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.77%

R = 49.51%
G = 33.73%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBAB55 (or 0xFBAB55) is known color: Texas Rose. HEX triplet: FB, AB and 55. RGB value is (251,171,85). Sum of RGB (Red+Green+Blue) = 251+171+85=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB55 is #0454AA. Grayscale: #B9B9B9. Windows color (decimal): -283819 or 5614587. OLE color: 5614587.

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

Color convert

RGB 251 171 85 -
CMYK 0 0.32 0.66 0.02
HSL 31.08º 0.95% 0.66% -
HSV(B) 31.08º 0.66% 0.98% -
XYZ 55.99 50.29 15.35 -
YUV 185.12 71.5 174.99 -
System Red Green Blue C M Y K H S L
Decimal 251 171 85 0 0.32 0.66 0.02 31.08 0.95 0.66
Hex FB AB 55 0 20 42 2 1F 5F 42
Octal 373 253 125 0 40 102 2 37 137 102
Binary 11111011 10101011 1010101 0 100000 1000010 10 11111 1011111 1000010

Color Harmonies of #FBAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB55

Black with #FBAB55

Text Example


Text Example

White with #FBAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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