Html Css Color HEX #FAC459 Golden Tainoi

📋 copy color: '#FAC459'

red 250 ◦ green 196 ◦ blue 89

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

Shades of Golden Tainoi #FAC459

Tints of Golden Tainoi #FAC459

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

 BLUE value IS 89 (35.16% from 255) = 16.64%

R = 46.73%
G = 36.64%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC459 (or 0xFAC459) is known color: Golden Tainoi. HEX triplet: FA, C4 and 59. RGB value is (250,196,89). Sum of RGB (Red+Green+Blue) = 250+196+89=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC459 is #053BA6. Grayscale: #C8C8C8. Windows color (decimal): -342951 or 5883130. OLE color: 5883130.

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

Color convert

RGB 250 196 89 -
CMYK 0 0.22 0.64 0.02
HSL 39.88º 0.94% 0.66% -
HSV(B) 39.88º 0.64% 0.98% -
XYZ 60.97 60.53 17.92 -
YUV 199.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 250 196 89 0 0.22 0.64 0.02 39.88 0.94 0.66
Hex FA C4 59 0 16 40 2 28 5E 42
Octal 372 304 131 0 26 100 2 50 136 102
Binary 11111010 11000100 1011001 0 10110 1000000 10 101000 1011110 1000010

Color Harmonies of #FAC459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC459

Black with #FAC459

Text Example


Text Example

White with #FAC459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC459; }

 p { color: rgb(250,196,89); }

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

background-color css

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

 a { background-color: rgb(250,196,89); }

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

border-color css

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

 span { border-color: rgb(250,196,89); }

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