#F8C160

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

Shades of Golden Tainoi #F8C160

Tints of Golden Tainoi #F8C160

Color information

#F8C160 (or 0xF8C160) is unknown color: approx Golden Tainoi. HEX triplet: F8, C1 and 60. RGB value is (248,193,96). Sum of RGB (Red+Green+Blue) = 248+193+96=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C160 is #073E9F. Grayscale: #C6C6C6. Windows color (decimal): -474784 or 6341112. OLE color: 6341112.

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

Color convert

RGB24819396-
CMYK00.220.610.03
HSL38.29º91.57%67.45%-
HSV(B)38.29º61.29%97.25%-
XYZ59.8958.9419.29-
YUV198.3970.22163.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.18%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 96 (37.89% from 255) = 17.88%
R=46.18%
G=35.94%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481939600.220.610.0338.2991.5767.45
HexF8C1600163D3265c43
Octal37030114002675346134103
Binary111110001100000111000000101101111011110011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C160; }

 p { color: rgb(248,193,96); }

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

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

 a { background-color: rgb(248,193,96); }

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

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

 span { border-color: rgb(248,193,96); }

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