#F5AA54

Color #F5AA54 Texas Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas Rose #F5AA54

Tints of Texas Rose #F5AA54

Color information

#F5AA54 (or 0xF5AA54) is unknown color: approx Texas Rose. HEX triplet: F5, AA and 54. RGB value is (245,170,84). Sum of RGB (Red+Green+Blue) = 245+170+84=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AA54 is #0A55AB. Grayscale: #B7B7B7. Windows color (decimal): -677292 or 5548789. OLE color: 5548789.

HSL color Cylindrical-coordinate representation of color #F5AA54: hue angle of 32.05º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5AA54 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB24517084-
CMYK00.310.660.04
HSL32.05º88.95%64.51%-
HSV(B)32.05º65.71%96.08%-
XYZ53.6348.814.98-
YUV182.6272.35172.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 84 (33.20% from 255) = 16.83%
R=49.10%
G=34.07%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451708400.310.660.0432.0588.9564.51
HexF5AA5401F424205941
Octal365252124037102440131101
Binary11110101101010101010100011111100001010010000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AA54; }

 p { color: rgb(245,170,84); }

 H1.HeaderClassName
 {
   color: #F5AA54;
 }
 .AnyTagClassName
 {
   color: #F5AA54;
 }
</style>
background-color css

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

 a { background-color: rgb(245,170,84); }

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

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

 span { border-color: rgb(245,170,84); }

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