Html Css Color HEX #FBAB4F Texas Rose

📋 copy color: '#FBAB4F'

red 251 ◦ green 171 ◦ blue 79

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

Shades of Texas Rose #FBAB4F

Tints of Texas Rose #FBAB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.77%

R = 50.1%
G = 34.13%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBAB4F (or 0xFBAB4F) is known color: Texas Rose. HEX triplet: FB, AB and 4F. RGB value is (251,171,79). Sum of RGB (Red+Green+Blue) = 251+171+79=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB4F is #0454B0. Grayscale: #B8B8B8. Windows color (decimal): -283825 or 5221371. OLE color: 5221371.

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

Color convert

RGB 251 171 79 -
CMYK 0 0.32 0.69 0.02
HSL 32.09º 0.96% 0.65% -
HSV(B) 32.09º 0.69% 0.98% -
XYZ 55.76 50.2 14.15 -
YUV 184.43 68.5 175.48 -
System Red Green Blue C M Y K H S L
Decimal 251 171 79 0 0.32 0.69 0.02 32.09 0.96 0.65
Hex FB AB 4F 0 20 45 2 20 60 41
Octal 373 253 117 0 40 105 2 40 140 101
Binary 11111011 10101011 1001111 0 100000 1000101 10 100000 1100000 1000001

Color Harmonies of #FBAB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB4F

Black with #FBAB4F

Text Example


Text Example

White with #FBAB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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