#F7C14F

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

Shades of Golden Tainoi #F7C14F

Tints of Golden Tainoi #F7C14F

Color information

#F7C14F (or 0xF7C14F) is unknown color: approx Golden Tainoi. HEX triplet: F7, C1 and 4F. RGB value is (247,193,79). Sum of RGB (Red+Green+Blue) = 247+193+79=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C14F is #083EB0. Grayscale: #C4C4C4. Windows color (decimal): -540337 or 5226999. OLE color: 5226999.

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

Color convert

RGB24719379-
CMYK00.220.680.03
HSL40.71º91.3%63.92%-
HSV(B)40.71º68.02%96.86%-
XYZ58.8458.4815.58-
YUV196.1561.89164.27-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.59%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 79 (31.25% from 255) = 15.22%
R=47.59%
G=37.19%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471937900.220.680.0340.7191.363.92
HexF7C14F016443295b40
Octal367301117026104351133100
Binary1111011111000001100111101011010001001110100110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C14F; }

 p { color: rgb(247,193,79); }

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

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

 a { background-color: rgb(247,193,79); }

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

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

 span { border-color: rgb(247,193,79); }

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