#F7B456

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

Shades of Texas Rose #F7B456

Tints of Texas Rose #F7B456

Color information

#F7B456 (or 0xF7B456) is unknown color: approx Texas Rose. HEX triplet: F7, B4 and 56. RGB value is (247,180,86). Sum of RGB (Red+Green+Blue) = 247+180+86=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B456 is #084BA9. Grayscale: #BDBDBD. Windows color (decimal): -543658 or 5682423. OLE color: 5682423.

HSL color Cylindrical-coordinate representation of color #F7B456: hue angle of 35.03º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7B456 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB24718086-
CMYK00.270.650.03
HSL35.03º90.96%65.29%-
HSV(B)35.03º65.18%96.86%-
XYZ56.3653.0916.08-
YUV189.3269.7169.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.15%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 86 (33.98% from 255) = 16.76%
R=48.15%
G=35.09%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471808600.270.650.0335.0390.9665.29
HexF7B45601B413235b41
Octal367264126033101343133101
Binary1111011110110100101011001101110000011110001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B456; }

 p { color: rgb(247,180,86); }

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

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

 a { background-color: rgb(247,180,86); }

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

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

 span { border-color: rgb(247,180,86); }

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