Html Css Color HEX #FAC059 Golden Tainoi

📋 copy color: '#FAC059'

red 250 ◦ green 192 ◦ blue 89

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

Shades of Golden Tainoi #FAC059

Tints of Golden Tainoi #FAC059

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

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

R = 47.08%
G = 36.16%
B = 16.76%

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

#FAC059 (or 0xFAC059) is known color: Golden Tainoi. HEX triplet: FA, C0 and 59. RGB value is (250,192,89). Sum of RGB (Red+Green+Blue) = 250+192+89=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC059 is #053FA6. Grayscale: #C6C6C6. Windows color (decimal): -343975 or 5882106. OLE color: 5882106.

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

Color convert

RGB 250 192 89 -
CMYK 0 0.23 0.64 0.02
HSL 38.39º 0.94% 0.66% -
HSV(B) 38.39º 0.64% 0.98% -
XYZ 60.08 58.74 17.62 -
YUV 197.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 250 192 89 0 0.23 0.64 0.02 38.39 0.94 0.66
Hex FA C0 59 0 17 40 2 26 5E 42
Octal 372 300 131 0 27 100 2 46 136 102
Binary 11111010 11000000 1011001 0 10111 1000000 10 100110 1011110 1000010

Color Harmonies of #FAC059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC059

Black with #FAC059

Text Example


Text Example

White with #FAC059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC059; }

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

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

background-color css

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

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

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

border-color css

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

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

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