#FFA555

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

Shades of Texas Rose #FFA555

Tints of Texas Rose #FFA555

Color information

#FFA555 (or 0xFFA555) is unknown color: approx Texas Rose. HEX triplet: FF, A5 and 55. RGB value is (255,165,85). Sum of RGB (Red+Green+Blue) = 255+165+85=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA555 is #005AAA. Grayscale: #B7B7B7. Windows color (decimal): -23211 or 5613055. OLE color: 5613055.

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

Color convert

RGB25516585-
CMYK00.350.670
HSL28.24º100%66.67%-
HSV(B)28.24º66.67%100%-
XYZ56.3348.8315.05-
YUV182.7972.82179.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 85 (33.59% from 255) = 16.83%
R=50.50%
G=32.67%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551658500.350.67028.2410066.67
HexFFA5550234301c6443
Octal377245125043103034144103
Binary111111111010010110101010100011100001101110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA555; }

 p { color: rgb(255,165,85); }

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

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

 a { background-color: rgb(255,165,85); }

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

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

 span { border-color: rgb(255,165,85); }

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