#F6B158

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

Shades of Texas Rose #F6B158

Tints of Texas Rose #F6B158

Color information

#F6B158 (or 0xF6B158) is unknown color: approx Texas Rose. HEX triplet: F6, B1 and 58. RGB value is (246,177,88). Sum of RGB (Red+Green+Blue) = 246+177+88=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B158 is #094EA7. Grayscale: #BBBBBB. Windows color (decimal): -609960 or 5812726. OLE color: 5812726.

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

Color convert

RGB24617788-
CMYK00.280.640.04
HSL33.8º89.77%65.49%-
HSV(B)33.8º64.23%96.47%-
XYZ55.4951.7416.3-
YUV187.4871.86169.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.14%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 88 (34.77% from 255) = 17.22%
R=48.14%
G=34.64%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461778800.280.640.0433.889.7765.49
HexF6B15801C404225a41
Octal366261130034100442132101
Binary11110110101100011011000011100100000010010001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B158; }

 p { color: rgb(246,177,88); }

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

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

 a { background-color: rgb(246,177,88); }

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

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

 span { border-color: rgb(246,177,88); }

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