Html Css Color HEX #FEAA50 Texas Rose

📋 copy color: '#FEAA50'

red 254 ◦ green 170 ◦ blue 80

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

Shades of Texas Rose #FEAA50

Tints of Texas Rose #FEAA50

RGB

 RED value IS 254 (99.61% from 255) = 50.4%

 GREEN value IS 170 (66.8% from 255) = 33.73%

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

R = 50.4%
G = 33.73%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEAA50 (or 0xFEAA50) is known color: Texas Rose. HEX triplet: FE, AA and 50. RGB value is (254,170,80). Sum of RGB (Red+Green+Blue) = 254+170+80=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA50 is #0155AF. Grayscale: #B9B9B9. Windows color (decimal): -87472 or 5286654. OLE color: 5286654.

HSL color Cylindrical-coordinate representation of color #FEAA50: hue angle of 31.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEAA50 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 170 80 -
CMYK 0 0.33 0.69 0.00
HSL 31.03º 0.99% 0.65% -
HSV(B) 31.03º 0.69% 1% -
XYZ 56.7 50.4 14.33 -
YUV 184.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 254 170 80 0 0.33 0.69 0.00 31.03 0.99 0.65
Hex FE AA 50 0 21 45 0 1F 63 41
Octal 376 252 120 0 41 105 0 37 143 101
Binary 11111110 10101010 1010000 0 100001 1000101 0 11111 1100011 1000001

Color Harmonies of #FEAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA50

Black with #FEAA50

Text Example


Text Example

White with #FEAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA50; }

 p { color: rgb(254,170,80); }

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

background-color css

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

 a { background-color: rgb(254,170,80); }

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

border-color css

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

 span { border-color: rgb(254,170,80); }

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