Html Css Color HEX #FAC263 Golden Tainoi

📋 copy color: '#FAC263'

red 250 ◦ green 194 ◦ blue 99

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

Shades of Golden Tainoi #FAC263

Tints of Golden Tainoi #FAC263

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

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

R = 46.04%
G = 35.73%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAC263 (or 0xFAC263) is known color: Golden Tainoi. HEX triplet: FA, C2 and 63. RGB value is (250,194,99). Sum of RGB (Red+Green+Blue) = 250+194+99=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC263 is #053D9C. Grayscale: #C8C8C8. Windows color (decimal): -343453 or 6537978. OLE color: 6537978.

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

Color convert

RGB 250 194 99 -
CMYK 0 0.22 0.60 0.02
HSL 37.75º 0.94% 0.68% -
HSV(B) 37.75º 0.6% 0.98% -
XYZ 60.97 59.81 20.14 -
YUV 199.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 250 194 99 0 0.22 0.60 0.02 37.75 0.94 0.68
Hex FA C2 63 0 16 3C 2 26 5E 44
Octal 372 302 143 0 26 74 2 46 136 104
Binary 11111010 11000010 1100011 0 10110 111100 10 100110 1011110 1000100

Color Harmonies of #FAC263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC263

Black with #FAC263

Text Example


Text Example

White with #FAC263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC263; }

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

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

background-color css

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

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

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

border-color css

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

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

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