Html Css Color HEX #FAAA53 Texas Rose

📋 copy color: '#FAAA53'

red 250 ◦ green 170 ◦ blue 83

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

Shades of Texas Rose #FAAA53

Tints of Texas Rose #FAAA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.5%

R = 49.7%
G = 33.8%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAAA53 (or 0xFAAA53) is known color: Texas Rose. HEX triplet: FA, AA and 53. RGB value is (250,170,83). Sum of RGB (Red+Green+Blue) = 250+170+83=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA53 is #0555AC. Grayscale: #B8B8B8. Windows color (decimal): -349613 or 5483258. OLE color: 5483258.

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

Color convert

RGB 250 170 83 -
CMYK 0 0.32 0.67 0.02
HSL 31.26º 0.94% 0.65% -
HSV(B) 31.26º 0.67% 0.98% -
XYZ 55.36 49.7 14.86 -
YUV 184 71 175.07 -
System Red Green Blue C M Y K H S L
Decimal 250 170 83 0 0.32 0.67 0.02 31.26 0.94 0.65
Hex FA AA 53 0 20 43 2 1F 5E 41
Octal 372 252 123 0 40 103 2 37 136 101
Binary 11111010 10101010 1010011 0 100000 1000011 10 11111 1011110 1000001

Color Harmonies of #FAAA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA53

Black with #FAAA53

Text Example


Text Example

White with #FAAA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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