Html Css Color HEX #FAAF5A Texas Rose

📋 copy color: '#FAAF5A'

red 250 ◦ green 175 ◦ blue 90

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

Shades of Texas Rose #FAAF5A

Tints of Texas Rose #FAAF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.98%

 BLUE value IS 90 (35.55% from 255) = 17.48%

R = 48.54%
G = 33.98%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAAF5A (or 0xFAAF5A) is known color: Texas Rose. HEX triplet: FA, AF and 5A. RGB value is (250,175,90). Sum of RGB (Red+Green+Blue) = 250+175+90=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF5A is #0550A5. Grayscale: #BCBCBC. Windows color (decimal): -348326 or 5943290. OLE color: 5943290.

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

Color convert

RGB 250 175 90 -
CMYK 0 0.3 0.64 0.02
HSL 31.88º 0.94% 0.67% -
HSV(B) 31.88º 0.64% 0.98% -
XYZ 56.6 51.72 16.67 -
YUV 187.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 250 175 90 0 0.3 0.64 0.02 31.88 0.94 0.67
Hex FA AF 5A 0 1E 40 2 20 5E 43
Octal 372 257 132 0 36 100 2 40 136 103
Binary 11111010 10101111 1011010 0 11110 1000000 10 100000 1011110 1000011

Color Harmonies of #FAAF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF5A

Black with #FAAF5A

Text Example


Text Example

White with #FAAF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF5A; }

 p { color: rgb(250,175,90); }

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

background-color css

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

 a { background-color: rgb(250,175,90); }

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

border-color css

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

 span { border-color: rgb(250,175,90); }

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