Html Css Color HEX #FAA657 Texas Rose

📋 copy color: '#FAA657'

red 250 ◦ green 166 ◦ blue 87

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

Shades of Texas Rose #FAA657

Tints of Texas Rose #FAA657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.3%

R = 49.7%
G = 33%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAA657 (or 0xFAA657) is known color: Texas Rose. HEX triplet: FA, A6 and 57. RGB value is (250,166,87). Sum of RGB (Red+Green+Blue) = 250+166+87=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA657 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA657 is #0559A8. Grayscale: #B6B6B6. Windows color (decimal): -350633 or 5744378. OLE color: 5744378.

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

Color convert

RGB 250 166 87 -
CMYK 0 0.34 0.65 0.02
HSL 29.08º 0.94% 0.66% -
HSV(B) 29.08º 0.65% 0.98% -
XYZ 54.78 48.28 15.45 -
YUV 182.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 250 166 87 0 0.34 0.65 0.02 29.08 0.94 0.66
Hex FA A6 57 0 22 41 2 1D 5E 42
Octal 372 246 127 0 42 101 2 35 136 102
Binary 11111010 10100110 1010111 0 100010 1000001 10 11101 1011110 1000010

Color Harmonies of #FAA657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA657

Black with #FAA657

Text Example


Text Example

White with #FAA657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA657; }

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

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

background-color css

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

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

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

border-color css

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

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

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