#F7C05E

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

Shades of Golden Tainoi #F7C05E

Tints of Golden Tainoi #F7C05E

Color information

#F7C05E (or 0xF7C05E) is unknown color: approx Golden Tainoi. HEX triplet: F7, C0 and 5E. RGB value is (247,192,94). Sum of RGB (Red+Green+Blue) = 247+192+94=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C05E is #083FA1. Grayscale: #C5C5C5. Windows color (decimal): -540578 or 6209783. OLE color: 6209783.

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

Color convert

RGB24719294-
CMYK00.220.620.03
HSL38.43º90.53%66.86%-
HSV(B)38.43º61.94%96.86%-
XYZ59.2358.2818.72-
YUV197.2769.72163.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.34%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 94 (37.11% from 255) = 17.64%
R=46.34%
G=36.02%
B=17.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471929400.220.620.0338.4390.5366.86
HexF7C05E0163E3265b43
Octal36730013602676346133103
Binary111101111100000010111100101101111101110011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C05E; }

 p { color: rgb(247,192,94); }

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

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

 a { background-color: rgb(247,192,94); }

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

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

 span { border-color: rgb(247,192,94); }

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