Html Css Color HEX #FAC163 Golden Tainoi

📋 copy color: '#FAC163'

red 250 ◦ green 193 ◦ blue 99

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

Shades of Golden Tainoi #FAC163

Tints of Golden Tainoi #FAC163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.27%

R = 46.13%
G = 35.61%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAC163 (or 0xFAC163) is known color: Golden Tainoi. HEX triplet: FA, C1 and 63. RGB value is (250,193,99). Sum of RGB (Red+Green+Blue) = 250+193+99=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC163 is #053E9C. Grayscale: #C7C7C7. Windows color (decimal): -343709 or 6537722. OLE color: 6537722.

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

Color convert

RGB 250 193 99 -
CMYK 0 0.23 0.60 0.02
HSL 37.35º 0.94% 0.68% -
HSV(B) 37.35º 0.6% 0.98% -
XYZ 60.75 59.36 20.06 -
YUV 199.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 250 193 99 0 0.23 0.60 0.02 37.35 0.94 0.68
Hex FA C1 63 0 17 3C 2 25 5E 44
Octal 372 301 143 0 27 74 2 45 136 104
Binary 11111010 11000001 1100011 0 10111 111100 10 100101 1011110 1000100

Color Harmonies of #FAC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC163

Black with #FAC163

Text Example


Text Example

White with #FAC163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC163; }

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

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

background-color css

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

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

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

border-color css

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

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

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