Html Css Color HEX #FAA859 Texas Rose

📋 copy color: '#FAA859'

red 250 ◦ green 168 ◦ blue 89

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

Shades of Texas Rose #FAA859

Tints of Texas Rose #FAA859

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.14%

 BLUE value IS 89 (35.16% from 255) = 17.55%

R = 49.31%
G = 33.14%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAA859 (or 0xFAA859) is known color: Texas Rose. HEX triplet: FA, A8 and 59. RGB value is (250,168,89). Sum of RGB (Red+Green+Blue) = 250+168+89=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA859 is #0557A6. Grayscale: #B7B7B7. Windows color (decimal): -350119 or 5875962. OLE color: 5875962.

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

Color convert

RGB 250 168 89 -
CMYK 0 0.33 0.64 0.02
HSL 29.44º 0.94% 0.66% -
HSV(B) 29.44º 0.64% 0.98% -
XYZ 55.23 49.05 16.01 -
YUV 183.51 74.67 175.42 -
System Red Green Blue C M Y K H S L
Decimal 250 168 89 0 0.33 0.64 0.02 29.44 0.94 0.66
Hex FA A8 59 0 21 40 2 1D 5E 42
Octal 372 250 131 0 41 100 2 35 136 102
Binary 11111010 10101000 1011001 0 100001 1000000 10 11101 1011110 1000010

Color Harmonies of #FAA859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA859

Black with #FAA859

Text Example


Text Example

White with #FAA859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA859; }

 p { color: rgb(250,168,89); }

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

background-color css

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

 a { background-color: rgb(250,168,89); }

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

border-color css

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

 span { border-color: rgb(250,168,89); }

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