Html Css Color HEX #FAA651 Texas Rose

📋 copy color: '#FAA651'

red 250 ◦ green 166 ◦ blue 81

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

Shades of Texas Rose #FAA651

Tints of Texas Rose #FAA651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.3%

R = 50.3%
G = 33.4%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAA651 (or 0xFAA651) is known color: Texas Rose. HEX triplet: FA, A6 and 51. RGB value is (250,166,81). Sum of RGB (Red+Green+Blue) = 250+166+81=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA651 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA651 is #0559AE. Grayscale: #B5B5B5. Windows color (decimal): -350639 or 5351162. OLE color: 5351162.

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

Color convert

RGB 250 166 81 -
CMYK 0 0.34 0.68 0.02
HSL 30.18º 0.94% 0.65% -
HSV(B) 30.18º 0.68% 0.98% -
XYZ 54.55 48.19 14.21 -
YUV 181.43 71.33 176.91 -
System Red Green Blue C M Y K H S L
Decimal 250 166 81 0 0.34 0.68 0.02 30.18 0.94 0.65
Hex FA A6 51 0 22 44 2 1E 5E 41
Octal 372 246 121 0 42 104 2 36 136 101
Binary 11111010 10100110 1010001 0 100010 1000100 10 11110 1011110 1000001

Color Harmonies of #FAA651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA651

Black with #FAA651

Text Example


Text Example

White with #FAA651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA651; }

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

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

background-color css

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

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

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

border-color css

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

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

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