Html Css Color HEX #FFAA50 Texas Rose

📋 copy color: '#FFAA50'

red 255 ◦ green 170 ◦ blue 80

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

Shades of Texas Rose #FFAA50

Tints of Texas Rose #FFAA50

RGB

 RED value IS 255 (100% from 255) = 50.5%

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

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

R = 50.5%
G = 33.66%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFAA50 (or 0xFFAA50) is known color: Texas Rose. HEX triplet: FF, AA and 50. RGB value is (255,170,80). Sum of RGB (Red+Green+Blue) = 255+170+80=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA50 is #0055AF. Grayscale: #B9B9B9. Windows color (decimal): -21936 or 5286655. OLE color: 5286655.

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

Color convert

RGB 255 170 80 -
CMYK 0 0.33 0.69 0
HSL 30.86º 1% 0.66% -
HSV(B) 30.86º 0.69% 1% -
XYZ 57.06 50.59 14.35 -
YUV 185.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 255 170 80 0 0.33 0.69 0 30.86 1 0.66
Hex FF AA 50 0 21 45 0 1F 64 42
Octal 377 252 120 0 41 105 0 37 144 102
Binary 11111111 10101010 1010000 0 100001 1000101 0 11111 1100100 1000010

Color Harmonies of #FFAA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA50

Black with #FFAA50

Text Example


Text Example

White with #FFAA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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