Html Css Color HEX #FAAA4F Texas Rose

📋 copy color: '#FAAA4F'

red 250 ◦ green 170 ◦ blue 79

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

Shades of Texas Rose #FAAA4F

Tints of Texas Rose #FAAA4F

RGB

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

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

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

R = 50.1%
G = 34.07%
B = 15.83%

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

#FAAA4F (or 0xFAAA4F) is known color: Texas Rose. HEX triplet: FA, AA and 4F. RGB value is (250,170,79). Sum of RGB (Red+Green+Blue) = 250+170+79=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA4F is #0555B0. Grayscale: #B7B7B7. Windows color (decimal): -349617 or 5221114. OLE color: 5221114.

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

Color convert

RGB 250 170 79 -
CMYK 0 0.32 0.68 0.02
HSL 31.93º 0.94% 0.65% -
HSV(B) 31.93º 0.68% 0.98% -
XYZ 55.21 49.64 14.07 -
YUV 183.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 250 170 79 0 0.32 0.68 0.02 31.93 0.94 0.65
Hex FA AA 4F 0 20 44 2 20 5E 41
Octal 372 252 117 0 40 104 2 40 136 101
Binary 11111010 10101010 1001111 0 100000 1000100 10 100000 1011110 1000001

Color Harmonies of #FAAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA4F

Black with #FAAA4F

Text Example


Text Example

White with #FAAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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