#F9AD51

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

Shades of Texas Rose #F9AD51

Tints of Texas Rose #F9AD51

Color information

#F9AD51 (or 0xF9AD51) is unknown color: approx Texas Rose. HEX triplet: F9, AD and 51. RGB value is (249,173,81). Sum of RGB (Red+Green+Blue) = 249+173+81=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD51 is #0652AE. Grayscale: #B9B9B9. Windows color (decimal): -414383 or 5352953. OLE color: 5352953.

HSL color Cylindrical-coordinate representation of color #F9AD51: hue angle of 32.86º 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 #F9AD51 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB24917381-
CMYK00.310.670.02
HSL32.86º93.33%64.71%-
HSV(B)32.86º67.47%97.65%-
XYZ55.550.6214.63-
YUV185.2469.18173.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 81 (32.03% from 255) = 16.10%
R=49.50%
G=34.39%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491738100.310.670.0232.8693.3364.71
HexF9AD5101F432215d41
Octal371255121037103241135101
Binary1111100110101101101000101111110000111010000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AD51; }

 p { color: rgb(249,173,81); }

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

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

 a { background-color: rgb(249,173,81); }

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

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

 span { border-color: rgb(249,173,81); }

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