Html Css Color HEX #FAAB50 Texas Rose

📋 copy color: '#FAAB50'

red 250 ◦ green 171 ◦ blue 80

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

Shades of Texas Rose #FAAB50

Tints of Texas Rose #FAAB50

RGB

 RED value IS 250 (98.05% from 255) = 49.9%

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

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

R = 49.9%
G = 34.13%
B = 15.97%

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

#FAAB50 (or 0xFAAB50) is known color: Texas Rose. HEX triplet: FA, AB and 50. RGB value is (250,171,80). Sum of RGB (Red+Green+Blue) = 250+171+80=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB50 is #0554AF. Grayscale: #B8B8B8. Windows color (decimal): -349360 or 5286906. OLE color: 5286906.

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

Color convert

RGB 250 171 80 -
CMYK 0 0.32 0.68 0.02
HSL 32.12º 0.94% 0.65% -
HSV(B) 32.12º 0.68% 0.98% -
XYZ 55.44 50.03 14.32 -
YUV 184.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 250 171 80 0 0.32 0.68 0.02 32.12 0.94 0.65
Hex FA AB 50 0 20 44 2 20 5E 41
Octal 372 253 120 0 40 104 2 40 136 101
Binary 11111010 10101011 1010000 0 100000 1000100 10 100000 1011110 1000001

Color Harmonies of #FAAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB50

Black with #FAAB50

Text Example


Text Example

White with #FAAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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