#F6A851

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

Shades of Texas Rose #F6A851

Tints of Texas Rose #F6A851

Color information

#F6A851 (or 0xF6A851) is unknown color: approx Texas Rose. HEX triplet: F6, A8 and 51. RGB value is (246,168,81). Sum of RGB (Red+Green+Blue) = 246+168+81=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A851 is #0957AE. Grayscale: #B5B5B5. Windows color (decimal): -612271 or 5351670. OLE color: 5351670.

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

Color convert

RGB24616881-
CMYK00.320.670.04
HSL31.64º90.16%64.12%-
HSV(B)31.64º67.07%96.47%-
XYZ53.4948.1914.27-
YUV181.471.34174.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.70%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 81 (32.03% from 255) = 16.36%
R=49.70%
G=33.94%
B=16.36%

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
Decimal2461688100.320.670.0431.6490.1664.12
HexF6A851020434205a40
Octal366250121040103440132100
Binary111101101010100010100010100000100001110010000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A851; }

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

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

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

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

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

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

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

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