#F7AE50

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

Shades of Texas Rose #F7AE50

Tints of Texas Rose #F7AE50

Color information

#F7AE50 (or 0xF7AE50) is unknown color: approx Texas Rose. HEX triplet: F7, AE and 50. RGB value is (247,174,80). Sum of RGB (Red+Green+Blue) = 247+174+80=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AE50 is #0851AF. Grayscale: #B9B9B9. Windows color (decimal): -545200 or 5287671. OLE color: 5287671.

HSL color Cylindrical-coordinate representation of color #F7AE50: hue angle of 33.77º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7AE50 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB24717480-
CMYK00.300.680.03
HSL33.77º91.26%64.12%-
HSV(B)33.77º67.61%96.86%-
XYZ54.9450.6314.47-
YUV185.1168.68172.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.30%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=49.30%
G=34.73%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471748000.300.680.0333.7791.2664.12
HexF7AE5001E443225b40
Octal367256120036104342133100
Binary1111011110101110101000001111010001001110001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE50; }

 p { color: rgb(247,174,80); }

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

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

 a { background-color: rgb(247,174,80); }

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

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

 span { border-color: rgb(247,174,80); }

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