#F8C65F

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

Shades of Golden Tainoi #F8C65F

Tints of Golden Tainoi #F8C65F

Color information

#F8C65F (or 0xF8C65F) is unknown color: approx Golden Tainoi. HEX triplet: F8, C6 and 5F. RGB value is (248,198,95). Sum of RGB (Red+Green+Blue) = 248+198+95=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C65F is #0739A0. Grayscale: #C9C9C9. Windows color (decimal): -473505 or 6276856. OLE color: 6276856.

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

Color convert

RGB24819895-
CMYK00.200.620.03
HSL40.39º91.62%67.25%-
HSV(B)40.39º61.69%97.25%-
XYZ60.9761.1719.42-
YUV201.2168.07161.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.84%
GREEN value IS 198 (77.73% from 255) = 36.60%
BLUE value IS 95 (37.5% from 255) = 17.56%
R=45.84%
G=36.60%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481989500.200.620.0340.3991.6267.25
HexF8C65F0143E3285c43
Octal37030613702476350134103
Binary111110001100011010111110101001111101110100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C65F; }

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

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

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

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

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

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

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

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