#F9AE53

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

Shades of Texas Rose #F9AE53

Tints of Texas Rose #F9AE53

Color information

#F9AE53 (or 0xF9AE53) is unknown color: approx Texas Rose. HEX triplet: F9, AE and 53. RGB value is (249,174,83). Sum of RGB (Red+Green+Blue) = 249+174+83=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AE53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AE53 is #0651AC. Grayscale: #BABABA. Windows color (decimal): -414125 or 5484281. OLE color: 5484281.

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

Color convert

RGB24917483-
CMYK00.300.670.02
HSL32.89º93.26%65.1%-
HSV(B)32.89º66.67%97.65%-
XYZ55.7651.0415.1-
YUV186.0569.85172.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.21%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 83 (32.81% from 255) = 16.40%
R=49.21%
G=34.39%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491748300.300.670.0232.8993.2665.1
HexF9AE5301E432215d41
Octal371256123036103241135101
Binary1111100110101110101001101111010000111010000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AE53; }

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

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

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

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

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

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

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

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