#F7C35C

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

Shades of Golden Tainoi #F7C35C

Tints of Golden Tainoi #F7C35C

Color information

#F7C35C (or 0xF7C35C) is unknown color: approx Golden Tainoi. HEX triplet: F7, C3 and 5C. RGB value is (247,195,92). Sum of RGB (Red+Green+Blue) = 247+195+92=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C35C is #083CA3. Grayscale: #C7C7C7. Windows color (decimal): -539812 or 6079479. OLE color: 6079479.

HSL color Cylindrical-coordinate representation of color #F7C35C: hue angle of 39.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7C35C is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24719592-
CMYK00.210.630.03
HSL39.87º90.64%66.47%-
HSV(B)39.87º62.75%96.86%-
XYZ59.859.5818.47-
YUV198.8167.73162.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.25%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 92 (36.33% from 255) = 17.23%
R=46.25%
G=36.52%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471959200.210.630.0339.8790.6466.47
HexF7C35C0153F3285b42
Octal36730313402577350133102
Binary111101111100001110111000101011111111110100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C35C; }

 p { color: rgb(247,195,92); }

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

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

 a { background-color: rgb(247,195,92); }

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

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

 span { border-color: rgb(247,195,92); }

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