#F6A751

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

Shades of Texas Rose #F6A751

Tints of Texas Rose #F6A751

Color information

#F6A751 (or 0xF6A751) is unknown color: approx Texas Rose. HEX triplet: F6, A7 and 51. RGB value is (246,167,81). Sum of RGB (Red+Green+Blue) = 246+167+81=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A751 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A751 is #0958AE. Grayscale: #B5B5B5. Windows color (decimal): -612527 or 5351414. OLE color: 5351414.

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

Color convert

RGB24616781-
CMYK00.320.670.04
HSL31.27º90.16%64.12%-
HSV(B)31.27º67.07%96.47%-
XYZ53.3147.8214.21-
YUV180.8271.67174.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.80%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 81 (32.03% from 255) = 16.40%
R=49.80%
G=33.81%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461678100.320.670.0431.2790.1664.12
HexF6A7510204341f5a40
Octal366247121040103437132100
Binary11110110101001111010001010000010000111001111110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A751; }

 p { color: rgb(246,167,81); }

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

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

 a { background-color: rgb(246,167,81); }

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

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

 span { border-color: rgb(246,167,81); }

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