#F5A755

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

Shades of Texas Rose #F5A755

Tints of Texas Rose #F5A755

Color information

#F5A755 (or 0xF5A755) is unknown color: approx Texas Rose. HEX triplet: F5, A7 and 55. RGB value is (245,167,85). Sum of RGB (Red+Green+Blue) = 245+167+85=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A755 is #0A58AA. Grayscale: #B5B5B5. Windows color (decimal): -678059 or 5613557. OLE color: 5613557.

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

Color convert

RGB24516785-
CMYK00.320.650.04
HSL30.75º88.89%64.71%-
HSV(B)30.75º65.31%96.08%-
XYZ53.1147.7115-
YUV180.9773.84173.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 85 (33.59% from 255) = 17.10%
R=49.30%
G=33.60%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451678500.320.650.0430.7588.8964.71
HexF5A7550204141f5941
Octal365247125040101437131101
Binary11110101101001111010101010000010000011001111110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A755; }

 p { color: rgb(245,167,85); }

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

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

 a { background-color: rgb(245,167,85); }

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

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

 span { border-color: rgb(245,167,85); }

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