#F8C257

Color #F8C257 Golden Tainoi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Tainoi #F8C257

Tints of Golden Tainoi #F8C257

Color information

#F8C257 (or 0xF8C257) is unknown color: approx Golden Tainoi. HEX triplet: F8, C2 and 57. RGB value is (248,194,87). Sum of RGB (Red+Green+Blue) = 248+194+87=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C257 is #073DA8. Grayscale: #C6C6C6. Windows color (decimal): -474537 or 5751544. OLE color: 5751544.

HSL color Cylindrical-coordinate representation of color #F8C257: hue angle of 39.88º 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 #F8C257 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB24819487-
CMYK00.220.650.03
HSL39.88º92%65.69%-
HSV(B)39.88º64.92%97.25%-
XYZ59.7259.2317.3-
YUV197.9565.39163.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 87 (34.38% from 255) = 16.45%
R=46.88%
G=36.67%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481948700.220.650.0339.889265.69
HexF8C257016413285c42
Octal370302127026101350134102
Binary1111100011000010101011101011010000011110100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C257; }

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

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

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

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

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

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

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

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