#F8C263

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

Shades of Golden Tainoi #F8C263

Tints of Golden Tainoi #F8C263

Color information

#F8C263 (or 0xF8C263) is unknown color: approx Golden Tainoi. HEX triplet: F8, C2 and 63. RGB value is (248,194,99). Sum of RGB (Red+Green+Blue) = 248+194+99=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C263 is #073D9C. Grayscale: #C7C7C7. Windows color (decimal): -474525 or 6537976. OLE color: 6537976.

HSL color Cylindrical-coordinate representation of color #F8C263: hue angle of 38.26º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8C263 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB24819499-
CMYK00.220.600.03
HSL38.26º91.41%68.04%-
HSV(B)38.26º60.08%97.25%-
XYZ60.2659.4420.1-
YUV199.3271.39162.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.84%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 99 (39.06% from 255) = 18.30%
R=45.84%
G=35.86%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481949900.220.600.0338.2691.4168.04
HexF8C2630163C3265b44
Octal37030214302674346133104
Binary111110001100001011000110101101111001110011010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C263; }

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

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

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

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

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

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

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

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