Html Css Color HEX #FAC760 Golden Tainoi

📋 copy color: '#FAC760'

red 250 ◦ green 199 ◦ blue 96

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

Shades of Golden Tainoi #FAC760

Tints of Golden Tainoi #FAC760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.51%

 BLUE value IS 96 (37.89% from 255) = 17.61%

R = 45.87%
G = 36.51%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAC760 (or 0xFAC760) is known color: Golden Tainoi. HEX triplet: FA, C7 and 60. RGB value is (250,199,96). Sum of RGB (Red+Green+Blue) = 250+199+96=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC760 is #05389F. Grayscale: #CACACA. Windows color (decimal): -342176 or 6342650. OLE color: 6342650.

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

Color convert

RGB 250 199 96 -
CMYK 0 0.20 0.62 0.02
HSL 40.13º 0.94% 0.68% -
HSV(B) 40.13º 0.62% 0.98% -
XYZ 61.96 62.02 19.77 -
YUV 202.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 250 199 96 0 0.20 0.62 0.02 40.13 0.94 0.68
Hex FA C7 60 0 14 3E 2 28 5E 44
Octal 372 307 140 0 24 76 2 50 136 104
Binary 11111010 11000111 1100000 0 10100 111110 10 101000 1011110 1000100

Color Harmonies of #FAC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC760

Black with #FAC760

Text Example


Text Example

White with #FAC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC760; }

 p { color: rgb(250,199,96); }

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

background-color css

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

 a { background-color: rgb(250,199,96); }

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

border-color css

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

 span { border-color: rgb(250,199,96); }

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