Html Css Color HEX #FFAA4F Texas Rose

📋 copy color: '#FFAA4F'

red 255 ◦ green 170 ◦ blue 79

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

Shades of Texas Rose #FFAA4F

Tints of Texas Rose #FFAA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.67%

R = 50.6%
G = 33.73%
B = 15.67%

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

#FFAA4F (or 0xFFAA4F) is known color: Texas Rose. HEX triplet: FF, AA and 4F. RGB value is (255,170,79). Sum of RGB (Red+Green+Blue) = 255+170+79=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA4F is #0055B0. Grayscale: #B9B9B9. Windows color (decimal): -21937 or 5221119. OLE color: 5221119.

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

Color convert

RGB 255 170 79 -
CMYK 0 0.33 0.69 0
HSL 31.02º 1% 0.65% -
HSV(B) 31.02º 0.69% 1% -
XYZ 57.03 50.57 14.15 -
YUV 185.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 255 170 79 0 0.33 0.69 0 31.02 1 0.65
Hex FF AA 4F 0 21 45 0 1F 64 41
Octal 377 252 117 0 41 105 0 37 144 101
Binary 11111111 10101010 1001111 0 100001 1000101 0 11111 1100100 1000001

Color Harmonies of #FFAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA4F

Black with #FFAA4F

Text Example


Text Example

White with #FFAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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