#F9BA5E

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

Shades of Texas Rose #F9BA5E

Tints of Texas Rose #F9BA5E

Color information

#F9BA5E (or 0xF9BA5E) is unknown color: approx Texas Rose. HEX triplet: F9, BA and 5E. RGB value is (249,186,94). Sum of RGB (Red+Green+Blue) = 249+186+94=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA5E is #0645A1. Grayscale: #C2C2C2. Windows color (decimal): -411042 or 6208249. OLE color: 6208249.

HSL color Cylindrical-coordinate representation of color #F9BA5E: hue angle of 35.61º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9BA5E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB24918694-
CMYK00.250.620.02
HSL35.61º92.81%67.25%-
HSV(B)35.61º62.25%97.65%-
XYZ58.6556.0718.32-
YUV194.3571.37166.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 94 (37.11% from 255) = 17.77%
R=47.07%
G=35.16%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491869400.250.620.0235.6192.8167.25
HexF9BA5E0193E2245d43
Octal37127213603176244135103
Binary111110011011101010111100110011111101010010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BA5E; }

 p { color: rgb(249,186,94); }

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

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

 a { background-color: rgb(249,186,94); }

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

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

 span { border-color: rgb(249,186,94); }

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