Html Css Color HEX #FAA950 Texas Rose

📋 copy color: '#FAA950'

red 250 ◦ green 169 ◦ blue 80

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

Shades of Texas Rose #FAA950

Tints of Texas Rose #FAA950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.87%

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 50.1%
G = 33.87%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAA950 (or 0xFAA950) is known color: Texas Rose. HEX triplet: FA, A9 and 50. RGB value is (250,169,80). Sum of RGB (Red+Green+Blue) = 250+169+80=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA950 is #0556AF. Grayscale: #B7B7B7. Windows color (decimal): -349872 or 5286394. OLE color: 5286394.

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

Color convert

RGB 250 169 80 -
CMYK 0 0.32 0.68 0.02
HSL 31.41º 0.94% 0.65% -
HSV(B) 31.41º 0.68% 0.98% -
XYZ 55.06 49.28 14.2 -
YUV 183.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 250 169 80 0 0.32 0.68 0.02 31.41 0.94 0.65
Hex FA A9 50 0 20 44 2 1F 5E 41
Octal 372 251 120 0 40 104 2 37 136 101
Binary 11111010 10101001 1010000 0 100000 1000100 10 11111 1011110 1000001

Color Harmonies of #FAA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA950

Black with #FAA950

Text Example


Text Example

White with #FAA950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA950; }

 p { color: rgb(250,169,80); }

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

background-color css

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

 a { background-color: rgb(250,169,80); }

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

border-color css

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

 span { border-color: rgb(250,169,80); }

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