#F7A755

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

Shades of Texas Rose #F7A755

Tints of Texas Rose #F7A755

Color information

#F7A755 (or 0xF7A755) is unknown color: approx Texas Rose. HEX triplet: F7, A7 and 55. RGB value is (247,167,85). Sum of RGB (Red+Green+Blue) = 247+167+85=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A755 is #0858AA. Grayscale: #B5B5B5. Windows color (decimal): -546987 or 5613559. OLE color: 5613559.

HSL color Cylindrical-coordinate representation of color #F7A755: hue angle of 30.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7A755 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB24716785-
CMYK00.320.660.03
HSL30.37º91.01%65.1%-
HSV(B)30.37º65.59%96.86%-
XYZ53.8248.0715.04-
YUV181.5773.5174.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.50%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 85 (33.59% from 255) = 17.03%
R=49.50%
G=33.47%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471678500.320.660.0330.3791.0165.1
HexF7A7550204231e5b41
Octal367247125040102336133101
Binary1111011110100111101010101000001000010111111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A755; }

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

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

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

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

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

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

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

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