Html Css Color HEX #FAC159 Golden Tainoi

📋 copy color: '#FAC159'

red 250 ◦ green 193 ◦ blue 89

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

Shades of Golden Tainoi #FAC159

Tints of Golden Tainoi #FAC159

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.28%

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

R = 46.99%
G = 36.28%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC159 (or 0xFAC159) is known color: Golden Tainoi. HEX triplet: FA, C1 and 59. RGB value is (250,193,89). Sum of RGB (Red+Green+Blue) = 250+193+89=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 89 (35.16% from 255 or 16.73% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC159 is #053EA6. Grayscale: #C6C6C6. Windows color (decimal): -343719 or 5882362. OLE color: 5882362.

HSL color Cylindrical-coordinate representation of color #FAC159: hue angle of 38.76º 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 #FAC159 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 89 -
CMYK 0 0.23 0.64 0.02
HSL 38.76º 0.94% 0.66% -
HSV(B) 38.76º 0.64% 0.98% -
XYZ 60.3 59.19 17.7 -
YUV 198.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 250 193 89 0 0.23 0.64 0.02 38.76 0.94 0.66
Hex FA C1 59 0 17 40 2 27 5E 42
Octal 372 301 131 0 27 100 2 47 136 102
Binary 11111010 11000001 1011001 0 10111 1000000 10 100111 1011110 1000010

Color Harmonies of #FAC159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC159

Black with #FAC159

Text Example


Text Example

White with #FAC159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC159; }

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

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

background-color css

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

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

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

border-color css

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

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

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