#F7C262

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

Shades of Golden Tainoi #F7C262

Tints of Golden Tainoi #F7C262

Color information

#F7C262 (or 0xF7C262) is unknown color: approx Golden Tainoi. HEX triplet: F7, C2 and 62. RGB value is (247,194,98). Sum of RGB (Red+Green+Blue) = 247+194+98=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C262 is #083D9D. Grayscale: #C7C7C7. Windows color (decimal): -540062 or 6472439. OLE color: 6472439.

HSL color Cylindrical-coordinate representation of color #F7C262: hue angle of 38.66º degrees, saturation: 0.9, 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 #F7C262 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB24719498-
CMYK00.210.600.03
HSL38.66º90.3%67.65%-
HSV(B)38.66º60.32%96.86%-
XYZ59.8559.2419.84-
YUV198.971.06162.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.83%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 98 (38.67% from 255) = 18.18%
R=45.83%
G=35.99%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471949800.210.600.0338.6690.367.65
HexF7C2620153C3275a44
Octal36730214202574347132104
Binary111101111100001011000100101011111001110011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C262; }

 p { color: rgb(247,194,98); }

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

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

 a { background-color: rgb(247,194,98); }

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

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

 span { border-color: rgb(247,194,98); }

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