#F5B65E

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

Shades of Texas Rose #F5B65E

Tints of Texas Rose #F5B65E

Color information

#F5B65E (or 0xF5B65E) is unknown color: approx Texas Rose. HEX triplet: F5, B6 and 5E. RGB value is (245,182,94). Sum of RGB (Red+Green+Blue) = 245+182+94=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B65E is #0A49A1. Grayscale: #BFBFBF. Windows color (decimal): -674210 or 6207221. OLE color: 6207221.

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

Color convert

RGB24518294-
CMYK00.260.620.04
HSL34.97º88.3%66.47%-
HSV(B)34.97º61.63%96.08%-
XYZ56.453.6817.98-
YUV190.873.37166.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 94 (37.11% from 255) = 18.04%
R=47.02%
G=34.93%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451829400.260.620.0434.9788.366.47
HexF5B65E01A3E4235842
Octal36526613603276443130102
Binary1111010110110110101111001101011111010010001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B65E; }

 p { color: rgb(245,182,94); }

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

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

 a { background-color: rgb(245,182,94); }

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

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

 span { border-color: rgb(245,182,94); }

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