Html Css Color HEX #FAC747 Golden Tainoi

📋 copy color: '#FAC747'

red 250 ◦ green 199 ◦ blue 71

#FAC747
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Tainoi #FAC747

Tints of Golden Tainoi #FAC747

RGB

 RED value IS 250 (98.05% from 255) = 48.08%

 GREEN value IS 199 (78.13% from 255) = 38.27%

 BLUE value IS 71 (28.13% from 255) = 13.65%

R = 48.08%
G = 38.27%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAC747 (or 0xFAC747) is known color: Golden Tainoi. HEX triplet: FA, C7 and 47. RGB value is (250,199,71). Sum of RGB (Red+Green+Blue) = 250+199+71=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC747 is #0538B8. Grayscale: #C8C8C8. Windows color (decimal): -342201 or 4704250. OLE color: 4704250.

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

Color convert

RGB 250 199 71 -
CMYK 0 0.20 0.72 0.02
HSL 42.91º 0.95% 0.63% -
HSV(B) 42.91º 0.72% 0.98% -
XYZ 60.99 61.63 14.64 -
YUV 199.66 55.4 163.91 -
System Red Green Blue C M Y K H S L
Decimal 250 199 71 0 0.20 0.72 0.02 42.91 0.95 0.63
Hex FA C7 47 0 14 48 2 2B 5F 3F
Octal 372 307 107 0 24 110 2 53 137 77
Binary 11111010 11000111 1000111 0 10100 1001000 10 101011 1011111 111111

Color Harmonies of #FAC747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC747

Black with #FAC747

Text Example


Text Example

White with #FAC747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC747; }

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

 H1.HeaderClassName
 {
   color: #FAC747;
 }
 .AnyTagClassName
 {
   color: #FAC747;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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