Html Css Color HEX #FAA654 Texas Rose

📋 copy color: '#FAA654'

red 250 ◦ green 166 ◦ blue 84

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

Shades of Texas Rose #FAA654

Tints of Texas Rose #FAA654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.8%

R = 50%
G = 33.2%
B = 16.8%

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

#FAA654 (or 0xFAA654) is known color: Texas Rose. HEX triplet: FA, A6 and 54. RGB value is (250,166,84). Sum of RGB (Red+Green+Blue) = 250+166+84=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA654 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA654 is #0559AB. Grayscale: #B6B6B6. Windows color (decimal): -350636 or 5547770. OLE color: 5547770.

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

Color convert

RGB 250 166 84 -
CMYK 0 0.34 0.66 0.02
HSL 29.64º 0.94% 0.65% -
HSV(B) 29.64º 0.66% 0.98% -
XYZ 54.66 48.24 14.82 -
YUV 181.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 250 166 84 0 0.34 0.66 0.02 29.64 0.94 0.65
Hex FA A6 54 0 22 42 2 1E 5E 41
Octal 372 246 124 0 42 102 2 36 136 101
Binary 11111010 10100110 1010100 0 100010 1000010 10 11110 1011110 1000001

Color Harmonies of #FAA654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA654

Black with #FAA654

Text Example


Text Example

White with #FAA654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA654; }

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

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

background-color css

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

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

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

border-color css

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

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

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