#F6B95F

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

Shades of Texas Rose #F6B95F

Tints of Texas Rose #F6B95F

Color information

#F6B95F (or 0xF6B95F) is unknown color: approx Texas Rose. HEX triplet: F6, B9 and 5F. RGB value is (246,185,95). Sum of RGB (Red+Green+Blue) = 246+185+95=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B95F is #0946A0. Grayscale: #C1C1C1. Windows color (decimal): -607905 or 6273526. OLE color: 6273526.

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

Color convert

RGB24618595-
CMYK00.250.610.04
HSL35.76º89.35%66.86%-
HSV(B)35.76º61.38%96.47%-
XYZ57.4255.1218.44-
YUV192.9872.71165.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.77%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 95 (37.5% from 255) = 18.06%
R=46.77%
G=35.17%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461859500.250.610.0435.7689.3566.86
HexF6B95F0193D4245943
Octal36627113703175444131103
Binary1111011010111001101111101100111110110010010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B95F; }

 p { color: rgb(246,185,95); }

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

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

 a { background-color: rgb(246,185,95); }

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

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

 span { border-color: rgb(246,185,95); }

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