Html Css Color HEX #FAA857 Texas Rose

📋 copy color: '#FAA857'

red 250 ◦ green 168 ◦ blue 87

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

Shades of Texas Rose #FAA857

Tints of Texas Rose #FAA857

RGB

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

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

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

R = 49.5%
G = 33.27%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAA857 (or 0xFAA857) is known color: Texas Rose. HEX triplet: FA, A8 and 57. RGB value is (250,168,87). Sum of RGB (Red+Green+Blue) = 250+168+87=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA857 is #0557A8. Grayscale: #B7B7B7. Windows color (decimal): -350121 or 5744890. OLE color: 5744890.

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

Color convert

RGB 250 168 87 -
CMYK 0 0.33 0.65 0.02
HSL 29.82º 0.94% 0.66% -
HSV(B) 29.82º 0.65% 0.98% -
XYZ 55.15 49.02 15.57 -
YUV 183.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 250 168 87 0 0.33 0.65 0.02 29.82 0.94 0.66
Hex FA A8 57 0 21 41 2 1E 5E 42
Octal 372 250 127 0 41 101 2 36 136 102
Binary 11111010 10101000 1010111 0 100001 1000001 10 11110 1011110 1000010

Color Harmonies of #FAA857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA857

Black with #FAA857

Text Example


Text Example

White with #FAA857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA857; }

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

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

background-color css

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

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

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

border-color css

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

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

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