#F5AE5A

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

Shades of Texas Rose #F5AE5A

Tints of Texas Rose #F5AE5A

Color information

#F5AE5A (or 0xF5AE5A) is unknown color: approx Texas Rose. HEX triplet: F5, AE and 5A. RGB value is (245,174,90). Sum of RGB (Red+Green+Blue) = 245+174+90=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AE5A is #0A51A5. Grayscale: #BABABA. Windows color (decimal): -676262 or 5943029. OLE color: 5943029.

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

Color convert

RGB24517490-
CMYK00.290.630.04
HSL32.52º88.57%65.69%-
HSV(B)32.52º63.27%96.08%-
XYZ54.6450.4216.53-
YUV185.6574.02170.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.13%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 90 (35.55% from 255) = 17.68%
R=48.13%
G=34.18%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451749000.290.630.0432.5288.5765.69
HexF5AE5A01D3F4215942
Octal36525613203577441131102
Binary1111010110101110101101001110111111110010000110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AE5A; }

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

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

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

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

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

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

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

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