#F9B053

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

Shades of Texas Rose #F9B053

Tints of Texas Rose #F9B053

Color information

#F9B053 (or 0xF9B053) is unknown color: approx Texas Rose. HEX triplet: F9, B0 and 53. RGB value is (249,176,83). Sum of RGB (Red+Green+Blue) = 249+176+83=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B053 is #064FAC. Grayscale: #BBBBBB. Windows color (decimal): -413613 or 5484793. OLE color: 5484793.

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

Color convert

RGB24917683-
CMYK00.290.670.02
HSL33.61º93.26%65.1%-
HSV(B)33.61º66.67%97.65%-
XYZ56.1551.8115.23-
YUV187.2269.18172.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 83 (32.81% from 255) = 16.34%
R=49.02%
G=34.65%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491768300.290.670.0233.6193.2665.1
HexF9B05301D432225d41
Octal371260123035103242135101
Binary1111100110110000101001101110110000111010001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B053; }

 p { color: rgb(249,176,83); }

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

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

 a { background-color: rgb(249,176,83); }

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

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

 span { border-color: rgb(249,176,83); }

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