Html Css Color HEX #FAC164 Golden Tainoi

📋 copy color: '#FAC164'

red 250 ◦ green 193 ◦ blue 100

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

Shades of Golden Tainoi #FAC164

Tints of Golden Tainoi #FAC164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.42%

R = 46.04%
G = 35.54%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAC164 (or 0xFAC164) is known color: Golden Tainoi. HEX triplet: FA, C1 and 64. RGB value is (250,193,100). Sum of RGB (Red+Green+Blue) = 250+193+100=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC164 is #053E9B. Grayscale: #C7C7C7. Windows color (decimal): -343708 or 6603258. OLE color: 6603258.

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

Color convert

RGB 250 193 100 -
CMYK 0 0.23 0.6 0.02
HSL 37.2º 0.94% 0.69% -
HSV(B) 37.2º 0.6% 0.98% -
XYZ 60.79 59.38 20.31 -
YUV 199.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 250 193 100 0 0.23 0.6 0.02 37.2 0.94 0.69
Hex FA C1 64 0 17 3C 2 25 5E 45
Octal 372 301 144 0 27 74 2 45 136 105
Binary 11111010 11000001 1100100 0 10111 111100 10 100101 1011110 1000101

Color Harmonies of #FAC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC164

Black with #FAC164

Text Example


Text Example

White with #FAC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC164; }

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

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

background-color css

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

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

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

border-color css

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

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

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