#F5AB55

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

Shades of Texas Rose #F5AB55

Tints of Texas Rose #F5AB55

Color information

#F5AB55 (or 0xF5AB55) is unknown color: approx Texas Rose. HEX triplet: F5, AB and 55. RGB value is (245,171,85). Sum of RGB (Red+Green+Blue) = 245+171+85=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB55 is #0A54AA. Grayscale: #B7B7B7. Windows color (decimal): -677035 or 5614581. OLE color: 5614581.

HSL color Cylindrical-coordinate representation of color #F5AB55: hue angle of 32.25º 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 #F5AB55 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24517185-
CMYK00.300.650.04
HSL32.25º88.89%64.71%-
HSV(B)32.25º65.31%96.08%-
XYZ53.8649.1915.25-
YUV183.3272.52171.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.90%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 85 (33.59% from 255) = 16.97%
R=48.90%
G=34.13%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451718500.300.650.0432.2588.8964.71
HexF5AB5501E414205941
Octal365253125036101440131101
Binary11110101101010111010101011110100000110010000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AB55; }

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

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

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

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

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

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

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

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