#F9AC50

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

Shades of Texas Rose #F9AC50

Tints of Texas Rose #F9AC50

Color information

#F9AC50 (or 0xF9AC50) is unknown color: approx Texas Rose. HEX triplet: F9, AC and 50. RGB value is (249,172,80). Sum of RGB (Red+Green+Blue) = 249+172+80=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AC50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AC50 is #0653AF. Grayscale: #B8B8B8. Windows color (decimal): -414640 or 5287161. OLE color: 5287161.

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

Color convert

RGB24917280-
CMYK00.310.680.02
HSL32.66º93.37%64.51%-
HSV(B)32.66º67.87%97.65%-
XYZ55.2750.2214.37-
YUV184.5469.01173.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=49.70%
G=34.33%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491728000.310.680.0232.6693.3764.51
HexF9AC5001F442215d41
Octal371254120037104241135101
Binary1111100110101100101000001111110001001010000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AC50; }

 p { color: rgb(249,172,80); }

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

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

 a { background-color: rgb(249,172,80); }

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

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

 span { border-color: rgb(249,172,80); }

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