#F8AF57

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

Shades of Texas Rose #F8AF57

Tints of Texas Rose #F8AF57

Color information

#F8AF57 (or 0xF8AF57) is unknown color: approx Texas Rose. HEX triplet: F8, AF and 57. RGB value is (248,175,87). Sum of RGB (Red+Green+Blue) = 248+175+87=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF57 is #0750A8. Grayscale: #BBBBBB. Windows color (decimal): -479401 or 5746680. OLE color: 5746680.

HSL color Cylindrical-coordinate representation of color #F8AF57: hue angle of 32.8º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8AF57 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB24817587-
CMYK00.290.650.03
HSL32.8º92%65.69%-
HSV(B)32.8º64.92%97.25%-
XYZ55.7651.315.98-
YUV186.871.68171.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.63%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 87 (34.38% from 255) = 17.06%
R=48.63%
G=34.31%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481758700.290.650.0332.89265.69
HexF8AF5701D413215c42
Octal370257127035101341134102
Binary1111100010101111101011101110110000011110000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF57; }

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

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

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

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

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

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

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

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