Html Css Color HEX #FAAA50 Texas Rose

📋 copy color: '#FAAA50'

red 250 ◦ green 170 ◦ blue 80

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

Shades of Texas Rose #FAAA50

Tints of Texas Rose #FAAA50

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34%

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

R = 50%
G = 34%
B = 16%

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

#FAAA50 (or 0xFAAA50) is known color: Texas Rose. HEX triplet: FA, AA and 50. RGB value is (250,170,80). Sum of RGB (Red+Green+Blue) = 250+170+80=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA50 is #0555AF. Grayscale: #B8B8B8. Windows color (decimal): -349616 or 5286650. OLE color: 5286650.

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

Color convert

RGB 250 170 80 -
CMYK 0 0.32 0.68 0.02
HSL 31.76º 0.94% 0.65% -
HSV(B) 31.76º 0.68% 0.98% -
XYZ 55.25 49.65 14.26 -
YUV 183.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 250 170 80 0 0.32 0.68 0.02 31.76 0.94 0.65
Hex FA AA 50 0 20 44 2 20 5E 41
Octal 372 252 120 0 40 104 2 40 136 101
Binary 11111010 10101010 1010000 0 100000 1000100 10 100000 1011110 1000001

Color Harmonies of #FAAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA50

Black with #FAAA50

Text Example


Text Example

White with #FAAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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