#FAC74F

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

Shades of Golden Tainoi #FAC74F

Tints of Golden Tainoi #FAC74F

Color information

#FAC74F (or 0xFAC74F) is unknown color: approx Golden Tainoi. HEX triplet: FA, C7 and 4F. RGB value is (250,199,79). Sum of RGB (Red+Green+Blue) = 250+199+79=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 79 (31.25% from 255 or 14.96% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC74F is #0538B0. Grayscale: #C9C9C9. Windows color (decimal): -342193 or 5228538. OLE color: 5228538.

HSL color Cylindrical-coordinate representation of color #FAC74F: hue angle of 42.11º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAC74F is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25019979-
CMYK00.200.680.02
HSL42.11º94.48%64.51%-
HSV(B)42.11º68.4%98.04%-
XYZ61.2661.7416.08-
YUV200.5759.4163.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 79 (31.25% from 255) = 14.96%
R=47.35%
G=37.69%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501997900.200.680.0242.1194.4864.51
HexFAC74F0144422a5e41
Octal372307117024104252136101
Binary1111101011000111100111101010010001001010101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC74F; }

 p { color: rgb(250,199,79); }

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

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

 a { background-color: rgb(250,199,79); }

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

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

 span { border-color: rgb(250,199,79); }

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