Html Css Color HEX #FAAE5A Texas Rose

📋 copy color: '#FAAE5A'

red 250 ◦ green 174 ◦ blue 90

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

Shades of Texas Rose #FAAE5A

Tints of Texas Rose #FAAE5A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.85%

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

R = 48.64%
G = 33.85%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAAE5A (or 0xFAAE5A) is known color: Texas Rose. HEX triplet: FA, AE and 5A. RGB value is (250,174,90). Sum of RGB (Red+Green+Blue) = 250+174+90=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAE5A is #0551A5. Grayscale: #BBBBBB. Windows color (decimal): -348582 or 5943034. OLE color: 5943034.

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

Color convert

RGB 250 174 90 -
CMYK 0 0.30 0.64 0.02
HSL 31.5º 0.94% 0.67% -
HSV(B) 31.5º 0.64% 0.98% -
XYZ 56.41 51.33 16.61 -
YUV 187.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 250 174 90 0 0.30 0.64 0.02 31.5 0.94 0.67
Hex FA AE 5A 0 1E 40 2 1F 5E 43
Octal 372 256 132 0 36 100 2 37 136 103
Binary 11111010 10101110 1011010 0 11110 1000000 10 11111 1011110 1000011

Color Harmonies of #FAAE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE5A

Black with #FAAE5A

Text Example


Text Example

White with #FAAE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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