#f9bb60

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

Shades of Texas Rose #F9BB60

Tints of Texas Rose #F9BB60

Color information

#F9BB60 (or 0xF9BB60) is unknown color: approx Texas Rose. HEX triplet: F9, BB and 60. RGB value is (249,187,96). Sum of RGB (Red+Green+Blue) = 249+187+96=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BB60 is #06449F. Grayscale: #C3C3C3. Windows color (decimal): -410784 or 6339577. OLE color: 6339577.

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

Color convert

RGB24918796-
CMYK00.250.610.02
HSL35.69º92.73%67.65%-
HSV(B)35.69º61.45%97.65%-
XYZ58.9556.5218.87-
YUV195.1672.04166.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.80%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 96 (37.89% from 255) = 18.05%
R=46.80%
G=35.15%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491879600.250.610.0235.6992.7367.65
HexF9BB600193D2245d44
Octal37127314003175244135104
Binary111110011011101111000000110011111011010010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9bb60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9bb60; }

 p { color: rgb(249,187,96); }

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

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

 a { background-color: rgb(249,187,96); }

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

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

 span { border-color: rgb(249,187,96); }

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