Html Css Color HEX #FAA656 Texas Rose

📋 copy color: '#FAA656'

red 250 ◦ green 166 ◦ blue 86

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

Shades of Texas Rose #FAA656

Tints of Texas Rose #FAA656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.07%

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

R = 49.8%
G = 33.07%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAA656 (or 0xFAA656) is known color: Texas Rose. HEX triplet: FA, A6 and 56. RGB value is (250,166,86). Sum of RGB (Red+Green+Blue) = 250+166+86=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA656 is #0559A9. Grayscale: #B6B6B6. Windows color (decimal): -350634 or 5678842. OLE color: 5678842.

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

Color convert

RGB 250 166 86 -
CMYK 0 0.34 0.66 0.02
HSL 29.27º 0.94% 0.66% -
HSV(B) 29.27º 0.66% 0.98% -
XYZ 54.74 48.27 15.24 -
YUV 182 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 250 166 86 0 0.34 0.66 0.02 29.27 0.94 0.66
Hex FA A6 56 0 22 42 2 1D 5E 42
Octal 372 246 126 0 42 102 2 35 136 102
Binary 11111010 10100110 1010110 0 100010 1000010 10 11101 1011110 1000010

Color Harmonies of #FAA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA656

Black with #FAA656

Text Example


Text Example

White with #FAA656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA656; }

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

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

background-color css

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

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

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

border-color css

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

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

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