Html Css Color HEX #FAA858 Texas Rose

📋 copy color: '#FAA858'

red 250 ◦ green 168 ◦ blue 88

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

Shades of Texas Rose #FAA858

Tints of Texas Rose #FAA858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.39%

R = 49.41%
G = 33.2%
B = 17.39%

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

#FAA858 (or 0xFAA858) is known color: Texas Rose. HEX triplet: FA, A8 and 58. RGB value is (250,168,88). Sum of RGB (Red+Green+Blue) = 250+168+88=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA858 is #0557A7. Grayscale: #B7B7B7. Windows color (decimal): -350120 or 5810426. OLE color: 5810426.

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

Color convert

RGB 250 168 88 -
CMYK 0 0.33 0.65 0.02
HSL 29.63º 0.94% 0.66% -
HSV(B) 29.63º 0.65% 0.98% -
XYZ 55.19 49.03 15.79 -
YUV 183.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 250 168 88 0 0.33 0.65 0.02 29.63 0.94 0.66
Hex FA A8 58 0 21 41 2 1E 5E 42
Octal 372 250 130 0 41 101 2 36 136 102
Binary 11111010 10101000 1011000 0 100001 1000001 10 11110 1011110 1000010

Color Harmonies of #FAA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA858

Black with #FAA858

Text Example


Text Example

White with #FAA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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