Html Css Color HEX #FAC156 Golden Tainoi

📋 copy color: '#FAC156'

red 250 ◦ green 193 ◦ blue 86

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

Shades of Golden Tainoi #FAC156

Tints of Golden Tainoi #FAC156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.26%

R = 47.26%
G = 36.48%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAC156 (or 0xFAC156) is known color: Golden Tainoi. HEX triplet: FA, C1 and 56. RGB value is (250,193,86). Sum of RGB (Red+Green+Blue) = 250+193+86=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC156 is #053EA9. Grayscale: #C6C6C6. Windows color (decimal): -343722 or 5685754. OLE color: 5685754.

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

Color convert

RGB 250 193 86 -
CMYK 0 0.23 0.66 0.02
HSL 39.15º 0.94% 0.66% -
HSV(B) 39.15º 0.66% 0.98% -
XYZ 60.17 59.14 17.05 -
YUV 197.85 64.88 165.2 -
System Red Green Blue C M Y K H S L
Decimal 250 193 86 0 0.23 0.66 0.02 39.15 0.94 0.66
Hex FA C1 56 0 17 42 2 27 5E 42
Octal 372 301 126 0 27 102 2 47 136 102
Binary 11111010 11000001 1010110 0 10111 1000010 10 100111 1011110 1000010

Color Harmonies of #FAC156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC156

Black with #FAC156

Text Example


Text Example

White with #FAC156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC156; }

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

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

background-color css

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

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

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

border-color css

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

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

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