#F8AF50

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

Shades of Texas Rose #F8AF50

Tints of Texas Rose #F8AF50

Color information

#F8AF50 (or 0xF8AF50) is unknown color: approx Texas Rose. HEX triplet: F8, AF and 50. RGB value is (248,175,80). Sum of RGB (Red+Green+Blue) = 248+175+80=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF50 is #0750AF. Grayscale: #BABABA. Windows color (decimal): -479408 or 5287928. OLE color: 5287928.

HSL color Cylindrical-coordinate representation of color #F8AF50: hue angle of 33.93º degrees, saturation: 0.92, 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 #F8AF50 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB24817580-
CMYK00.290.680.03
HSL33.93º92.31%64.31%-
HSV(B)33.93º67.74%97.25%-
XYZ55.4951.214.55-
YUV18668.18172.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.30%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 80 (31.64% from 255) = 15.90%
R=49.30%
G=34.79%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481758000.290.680.0333.9392.3164.31
HexF8AF5001D443225c40
Octal370257120035104342134100
Binary1111100010101111101000001110110001001110001010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF50; }

 p { color: rgb(248,175,80); }

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

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

 a { background-color: rgb(248,175,80); }

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

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

 span { border-color: rgb(248,175,80); }

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