#F7B65A

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

Shades of Texas Rose #F7B65A

Tints of Texas Rose #F7B65A

Color information

#F7B65A (or 0xF7B65A) is unknown color: approx Texas Rose. HEX triplet: F7, B6 and 5A. RGB value is (247,182,90). Sum of RGB (Red+Green+Blue) = 247+182+90=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B65A is #0849A5. Grayscale: #BFBFBF. Windows color (decimal): -543142 or 5945079. OLE color: 5945079.

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

Color convert

RGB24718290-
CMYK00.260.640.03
HSL35.16º90.75%66.08%-
HSV(B)35.16º63.56%96.86%-
XYZ56.9353.9717.09-
YUV190.9571.03167.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.59%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=47.59%
G=35.07%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471829000.260.640.0335.1690.7566.08
HexF7B65A01A403235b42
Octal367266132032100343133102
Binary1111011110110110101101001101010000001110001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B65A; }

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

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

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

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

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

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

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

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