Html Css Color HEX #FAC260 Golden Tainoi

📋 copy color: '#FAC260'

red 250 ◦ green 194 ◦ blue 96

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

Shades of Golden Tainoi #FAC260

Tints of Golden Tainoi #FAC260

RGB

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

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

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

R = 46.3%
G = 35.93%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAC260 (or 0xFAC260) is known color: Golden Tainoi. HEX triplet: FA, C2 and 60. RGB value is (250,194,96). Sum of RGB (Red+Green+Blue) = 250+194+96=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC260 is #053D9F. Grayscale: #C8C8C8. Windows color (decimal): -343456 or 6341370. OLE color: 6341370.

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

Color convert

RGB 250 194 96 -
CMYK 0 0.22 0.62 0.02
HSL 38.18º 0.94% 0.68% -
HSV(B) 38.18º 0.62% 0.98% -
XYZ 60.83 59.75 19.39 -
YUV 199.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 250 194 96 0 0.22 0.62 0.02 38.18 0.94 0.68
Hex FA C2 60 0 16 3E 2 26 5E 44
Octal 372 302 140 0 26 76 2 46 136 104
Binary 11111010 11000010 1100000 0 10110 111110 10 100110 1011110 1000100

Color Harmonies of #FAC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC260

Black with #FAC260

Text Example


Text Example

White with #FAC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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