Html Css Color HEX #FAAA56 Texas Rose

📋 copy color: '#FAAA56'

red 250 ◦ green 170 ◦ blue 86

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

Shades of Texas Rose #FAAA56

Tints of Texas Rose #FAAA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17%

R = 49.41%
G = 33.6%
B = 17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAAA56 (or 0xFAAA56) is known color: Texas Rose. HEX triplet: FA, AA and 56. RGB value is (250,170,86). Sum of RGB (Red+Green+Blue) = 250+170+86=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA56 is #0555A9. Grayscale: #B8B8B8. Windows color (decimal): -349610 or 5679866. OLE color: 5679866.

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

Color convert

RGB 250 170 86 -
CMYK 0 0.32 0.66 0.02
HSL 30.73º 0.94% 0.66% -
HSV(B) 30.73º 0.66% 0.98% -
XYZ 55.48 49.75 15.48 -
YUV 184.34 72.5 174.83 -
System Red Green Blue C M Y K H S L
Decimal 250 170 86 0 0.32 0.66 0.02 30.73 0.94 0.66
Hex FA AA 56 0 20 42 2 1F 5E 42
Octal 372 252 126 0 40 102 2 37 136 102
Binary 11111010 10101010 1010110 0 100000 1000010 10 11111 1011110 1000010

Color Harmonies of #FAAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA56

Black with #FAAA56

Text Example


Text Example

White with #FAAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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