#F6B65A

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

Shades of Texas Rose #F6B65A

Tints of Texas Rose #F6B65A

Color information

#F6B65A (or 0xF6B65A) is unknown color: approx Texas Rose. HEX triplet: F6, B6 and 5A. RGB value is (246,182,90). Sum of RGB (Red+Green+Blue) = 246+182+90=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B65A is #0949A5. Grayscale: #BFBFBF. Windows color (decimal): -608678 or 5945078. OLE color: 5945078.

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

Color convert

RGB24618290-
CMYK00.260.630.04
HSL35.38º89.66%65.88%-
HSV(B)35.38º63.41%96.47%-
XYZ56.5853.7917.07-
YUV190.6571.2167.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.49%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 90 (35.55% from 255) = 17.37%
R=47.49%
G=35.14%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461829000.260.630.0435.3889.6665.88
HexF6B65A01A3F4235a42
Octal36626613203277443132102
Binary1111011010110110101101001101011111110010001110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B65A; }

 p { color: rgb(246,182,90); }

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

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

 a { background-color: rgb(246,182,90); }

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

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

 span { border-color: rgb(246,182,90); }

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