Html Css Color HEX #FAC160 Golden Tainoi

📋 copy color: '#FAC160'

red 250 ◦ green 193 ◦ blue 96

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

Shades of Golden Tainoi #FAC160

Tints of Golden Tainoi #FAC160

RGB

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

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

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

R = 46.38%
G = 35.81%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAC160 (or 0xFAC160) is known color: Golden Tainoi. HEX triplet: FA, C1 and 60. RGB value is (250,193,96). Sum of RGB (Red+Green+Blue) = 250+193+96=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC160 is #053E9F. Grayscale: #C7C7C7. Windows color (decimal): -343712 or 6341114. OLE color: 6341114.

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

Color convert

RGB 250 193 96 -
CMYK 0 0.23 0.62 0.02
HSL 37.79º 0.94% 0.68% -
HSV(B) 37.79º 0.62% 0.98% -
XYZ 60.61 59.31 19.32 -
YUV 198.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 250 193 96 0 0.23 0.62 0.02 37.79 0.94 0.68
Hex FA C1 60 0 17 3E 2 26 5E 44
Octal 372 301 140 0 27 76 2 46 136 104
Binary 11111010 11000001 1100000 0 10111 111110 10 100110 1011110 1000100

Color Harmonies of #FAC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC160

Black with #FAC160

Text Example


Text Example

White with #FAC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC160; }

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

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

background-color css

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

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

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

border-color css

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

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

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