#F8C64D

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

Shades of Golden Tainoi #F8C64D

Tints of Golden Tainoi #F8C64D

Color information

#F8C64D (or 0xF8C64D) is unknown color: approx Golden Tainoi. HEX triplet: F8, C6 and 4D. RGB value is (248,198,77). Sum of RGB (Red+Green+Blue) = 248+198+77=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C64D is #0739B2. Grayscale: #C7C7C7. Windows color (decimal): -473523 or 5097208. OLE color: 5097208.

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

Color convert

RGB24819877-
CMYK00.200.690.03
HSL42.46º92.43%63.73%-
HSV(B)42.46º68.95%97.25%-
XYZ60.2560.8815.6-
YUV199.1659.07162.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.42%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 77 (30.47% from 255) = 14.72%
R=47.42%
G=37.86%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481987700.200.690.0342.4692.4363.73
HexF8C64D0144532a5c40
Octal370306115024105352134100
Binary1111100011000110100110101010010001011110101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C64D; }

 p { color: rgb(248,198,77); }

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

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

 a { background-color: rgb(248,198,77); }

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

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

 span { border-color: rgb(248,198,77); }

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